Changes between Version 11 and Version 12 of cypress/Singularity


Ignore:
Timestamp:
08/21/25 09:52:37 (39 hours ago)
Author:
cbaribault
Comment:

Adjusted titles

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Singularity

    v11 v12  
    22
    33= Singularity =
    4 '''Current installation of Singularity on Cypress works on Centos7 nodes only.'''
     4
     5'''The current installation of Singularity on Cypress works on CentOS 7 nodes only.'''
     6
     7== About Singularity ==
    58
    69[https://sylabs.io/ Singularity] allows you to create and run containers that package up pieces of software in a way that is portable and reproducible. You can build a container using Singularity on your laptop, and then run it on many of the largest HPC clusters like Cypress. Your container is a single file, and you don’t have to worry about how to install all the software you need on each different operating system and system.
    710
    8 '''More links'''
     11=== More about containers ===
    912* SingularityCE Tutorial https://sylabs.github.io/singularity101/intro.html
    1013* Introduction to SingularityCE https://sylabs.github.io/singularity101/introduction.html