UW Hyak

Example get GPU:

salloc -A amath -p ckpt --gpus-per-node=a40:1 --mem=10G --time=1:00:00 --job-name=LULESH_testing

Link: GPUs and NVIDIA NGC Containers | Hyak

Get an interactive mode

salloc -A amath -p ckpt --time=4:00:00 --mem=10G -c 4

Calling Jupyter Notebook

Set password

jupyter-notebook --generate-config

then

jupyter-notebook password

Last, run the jupyter

jupyter notebook --port 9195 --ip 0.0.0.0

Open a new window

ssh -L 9195:n3097:9195 [email protected]

where first 9195 can choose from you. The last 9195 are providing in console. n3097 also from console.

Link: Jupyter Notebooks | Hyak