Changes between Version 7 and Version 8 of cypress/Singularity
- Timestamp:
- 10/27/22 15:38:23 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/Singularity
v7 v8 5 5 6 6 == Possible uses for Singularity on Cypress == 7 * Run an application that wasbuilt for a different distribution of Linux than Cypress OS (Centos).7 * Run an application built for a different distribution of Linux than Cypress OS (Centos). 8 8 * Reproduce an environment to run a workflow created by someone else. 9 9 * Run a series of applications (a 'pipeline') that includes applications built on different platforms. … … 61 61 === Use host directories === 62 62 The container filesystem is read-only, so if you want to write output files you must do it in a bind-mounted host directory. 63 '/home/userid' containing data and software aremounted by default.63 '/home/userid' is mounted by default. 64 64 65 Following environ variable sets '/lustre/project/hpcstaff/fuji' as '/home/fuji' in the container.65 Following environmental variable sets '/lustre/project/hpcstaff/fuji' as '/home/fuji' in the container. 66 66 {{{ 67 67 export SINGULARITY_BINDPATH=/lustre/project/hpcstaff/fuji:/home/fuji … … 69 69 70 70 71 === Run contain ters in a batch job ===71 === Run containers in a batch job === 72 72 For example, 73 73 {{{ … … 94 94 }}} 95 95 96 By default, the cache is stored in ~/.singularity; this location can be customized using the environment variable '''SINGULARITY_CACHEDIR'''.96 By default, the cache is stored in ~/.singularity; this location can be customized using the environmental variable '''SINGULARITY_CACHEDIR'''. 97 97 A subcommand, ''singularity cache'', can be used to manage the cache.