cc_staff
123
edits
Line 90: | Line 90: | ||
<source lang="console">[name@gra#### ~]$ module load singularity | <source lang="console">[name@gra#### ~]$ module load singularity | ||
[name@gra#### ~]$ singularity shell --nv -B /home -B /project -B /scratch rapids.sif | [name@gra#### ~]$ singularity shell --nv -B /home -B /project -B /scratch rapids.sif | ||
</source> | </source> | ||
Where '''--nv''' option is to bind mount the GPU driver on the host to the container, so the GPU device can be accessed from inside the singularity container. Use '''-B''' option to bind mound any file system that you would like to access in the container. | |||
==Submit a RAPIDS job to Slurm scheduler== | ==Submit a RAPIDS job to Slurm scheduler== |