Changes between Version 17 and Version 18 of cypress/Singularity


Ignore:
Timestamp:
09/01/2026 10:56:04 AM (2 days ago)
Author:
Carl Baribault
Comment:

Added advantages sub-title

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Singularity

    v17 v18  
    99[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.
    1010
    11 You can build a container using Singularity on your laptop, and then run it on many of the largest HPC clusters like Cypress.
     11=== Advantages For Using Containers
    1212
    13 Your container is a single file - normally with file extension '''.sif''', and you don’t have to worry about how to install all the software you need on each different operating system and system.
     13* '''Platform Mobility''' - You can build a container using Singularity - or [https://apptainer.org/docs/user/1.1/index.html Apptainer] - on your laptop, and then run it on many of the largest HPC clusters like Cypress.
     14
     15* '''Convenient Usage''' - Your container is a single file - normally with file extension '''.sif''', and you don’t have to worry about how to install all the software you need on each different operating system and system.
     16
     17* '''Bypass Host OS Dependencies''' - See [https://wiki.hpc.tulane.edu/trac/wiki/cypress/glibc-version-problems glibc version problems].
    1418
    1519=== Caveats For Using Containers ===