cc_staff
123
edits
Line 100: | Line 100: | ||
<source lang="console">Singularity> source /opt/conda/etc/profile.d/conda.sh | <source lang="console">Singularity> source /opt/conda/etc/profile.d/conda.sh | ||
Singularity> conda activate rapids | Singularity> conda activate rapids | ||
(rapids) Singularity> | |||
</source> | |||
To start the application, submit an interactive job. Adjust the parameters based on your needs. See [[Running jobs]] for more information. | |||
(rapids) Singularity> jupyter-lab --ip $(hostname -f) --no-browser | (rapids) Singularity> jupyter-lab --ip $(hostname -f) --no-browser | ||
[I 22:28:20.215 LabApp] JupyterLab extension loaded from /opt/conda/envs/rapids/lib/python3.7/site-packages/jupyterlab | |||
[I 22:28:20.215 LabApp] JupyterLab application directory is /opt/conda/envs/rapids/share/jupyter/lab | |||
[I 22:28:20.221 LabApp] Serving notebooks from local directory: /scratch/jhqin/RAPIDS_Demo | |||
[I 22:28:20.221 LabApp] Jupyter Notebook 6.1.3 is running at: | |||
[I 22:28:20.221 LabApp] http://gra1160.graham.sharcnet:8888/?token=5d4b75bf2ec3481fab1b625656a322afc96775440b7bb8c4 | |||
[I 22:28:20.221 LabApp] or http://127.0.0.1:8888/?token=5d4b75bf2ec3481fab1b625656a322afc96775440b7bb8c4 | |||
[I 22:28:20.222 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). | |||
[C 22:28:20.244 LabApp] | |||
To access the notebook, open this file in a browser: | |||
file:///home/jhqin/.local/share/jupyter/runtime/nbserver-76967-open.html | |||
Or copy and paste one of these URLs: | |||
http://gra1160.graham.sharcnet:8888/?token=5d4b75bf2ec3481fab1b625656a322afc96775440b7bb8c4 | |||
or http://127.0.0.1:8888/?token=5d4b75bf2ec3481fab1b625656a322afc96775440b7bb8c4 | |||
==Submit a RAPIDS job to Slurm scheduler== | ==Submit a RAPIDS job to Slurm scheduler== |