This wiki site will be offline Thursday, Oct 5th, 2023, from 0600 to 0830 in order to upgrade Confluence
...
Code Block | ||
---|---|---|
| ||
wget https://wiki.ncsa.illinois.edu/download/attachments/82518873/ubuntu1604-cuda92-ompi400.def singularity build ubuntu1604-cuda92-ompi400.simgsif ubuntu1604-cuda92-ompi400.def |
...
Code Block | ||
---|---|---|
| ||
mpirun -n 4 singularity exec --nv /opt/apps/samples-image/ubuntu1604-cuda92-ompi400.simgsif hostname |
Run a container with shell
Code Block | ||
---|---|---|
| ||
singularity shell --nv /opt/apps/samples-image/ubuntu1604-cuda92-ompi400.simgsif |
Build a writable Singularity container
...
Code Block | ||
---|---|---|
| ||
singularity build --writable cuda-ppc64le.simgsif docker://nvidia/cuda-ppc64le:9.2-cudnn7-devel-ubuntu16.04 singularity shell --writable cuda-ppc64le.simgsif |
Build a writable Singularity container based on an existing read-only image
...
Code Block | ||
---|---|---|
| ||
singularity build --sandbox cuda-ppc64le-mod/ cuda-ppc64le.simgsif singularity shell --writable cuda-ppc64le-mod/ |
...
Code Block | ||
---|---|---|
| ||
singularity build --writable cuda-ppc64le-mod.simgsif cuda-ppc64le.simgsif singularity shell --writable cuda-ppc64le-mod.simgsif |
Frequently Asked Questions
...