cc_staff
123
edits
Line 38: | Line 38: | ||
=Work on Clusters with a RAPIDS Singularity image= | =Work on Clusters with a RAPIDS Singularity image= | ||
Once you have a Singularity image for RAPIDS located on Compute Canada clusters, you can work interactively by requesting an interactive session on a GPU node or submit a batch job to the Slurm queue if you have your RAPIDS code ready. | Once you have a Singularity image for RAPIDS located on Compute Canada clusters, you can work interactively by requesting an interactive session on a GPU node or submit a batch job to the Slurm queue if you have your RAPIDS code ready. | ||
==Explore the contents in RAPIDS== | ==Explore the contents in RAPIDS== | ||
If simply exploring the contents without doing any computations, you can use following commands to access the container shell of the Singularity image, e.g. called ''rapids.sif'' on any node without requesting any GPUs. | |||
==Work interactively on a GPU node== | ==Work interactively on a GPU node== | ||