RAPIDS: Difference between revisions

Jump to navigation Jump to search
Line 95: Line 95:
After the shell prompt changes to '''Singularity>''', you can check the GPU stats in the container to make sure the GPU device is accessible:
After the shell prompt changes to '''Singularity>''', you can check the GPU stats in the container to make sure the GPU device is accessible:
<source lang="console">Singularity> nvidia-smi</source>
<source lang="console">Singularity> nvidia-smi</source>
To launch Jupyter Notebook server in the container shell with following commands:
<source lang="console">Singularity> source /opt/conda/etc/profile.d/conda.sh
Singularity> conda activate rapids
(rapids) Singularity> jupyter-lab --ip $(hostname -f) --no-browser
</source>
[name@gra#### ~]$ singularity shell --nv -B /home -B /project -B /scratch  rapids.sif
</source>


==Submit a RAPIDS job to Slurm scheduler==
==Submit a RAPIDS job to Slurm scheduler==
cc_staff
123

edits

Navigation menu