cc_staff
123
edits
Line 84: | Line 84: | ||
To request an interactive session on a compute node with a single GPU, e.g. a T4 type of GPU on Graham: | To request an interactive session on a compute node with a single GPU, e.g. a T4 type of GPU on Graham: | ||
<source lang="console">[name@ | <source lang="console">[name@gra-login ~]$ salloc --ntasks=1 --cpus-per-task=2 --mem=10G --gres=gpu:t4:1 --time=1:0:0 --account=def-someuser</source> | ||
Once the request is granted, start RAPIDS shell on the GPU node: | |||
<source lang="console">[name@gra#### ~]$ module load singularity | |||
[name@gra#### ~]$ singularity shell --nv -B /home -B /project -B /scratch rapids.sif | |||
==Submit a RAPIDS job to Slurm scheduler== | ==Submit a RAPIDS job to Slurm scheduler== |