Singularity¶
Singularity is free and open source container solution that has been created out of necessity, for scientific and application driven workloads. Singularity defines the "Mobility of Compute" concept as the ability to organize, create and maintain a workflow and be confident that the workflow can be executed on different hosts, operating systems (as long as it is Linux) and service providers. Being able to contain the entire software stack, from data files to library stack, and portably move it from system to system is true mobility.
If you are new to containers, and particularly to Singularity, you find more information here.
ScienceCluster¶
In this article we provide several examples on how to submit various jobs with Singularity container to ScienceCluster, e.g. GPU-accelerated jobs, MPI Jobs.
In this article we provide instructions how to build a custom Singularity Image File from definition file and from container registry.