Changes between Version 1 and Version 2 of cypress/Singularity
- Timestamp:
- 09/21/22 11:47:06 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/Singularity
v1 v2 1 1 = Singularity = 2 '''Current installation of Singularity on Cypress works on Centos7 nodes only.''' 3 2 4 [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. 3 5 … … 8 10 * Run an application from [https://singularityhub.github.io/singularityhub-docs/ Singularity Hub] or [https://hub.docker.com/ Docker Hub] without actually installing anything. 9 11 10 Singularity works only on Centos7 nodes of Cypress. 12