A dedicated queue has been setup for Think-Play-Hack, "tph". This queue has 10 nodes, each with 36-cores and 256 GB memory. Two of the nodes also have a NVIDIA P100 GPU with 16 GB of memory. The guest accounts are restricted to the "tph" queue.
- Request guest account credentials here.
- Login into M2 via operating system specific instructions
- Login into M2 via operating system specific instructions
- On M2 run:
export MODULEPATH="${MODULEPATH}:/hpc/modules/tph" && module --ignore-cache load python_jupyter r_rstudio
- On M2 run:
srun -p tph -c 1 --mem=6G m2_rstudio - Wait for about 30 seconds after the job is allocated and then follow the port forwarding instructions that will be given in the output.
- On M2 run:
srun -p tph -A tph -c 1 --mem=6G m2_rstudioAll other queues can be used and, if so, remove the-A tphflag. - Wait for about 30 seconds after the job is allocated and then follow the port forwarding instructions that will be given in the output.
- On M2 run:
srun -p tph -c 1 --mem=6G m2_jupyter_notebook - Wait for about 30 seconds after the job is allocated and then follow the port forwarding instructions that will be given in the output.
- On M2 run:
srun -p tph -A tph -c 1 --mem=6G m2_jupyter_notebookAll other queues can be used and, if so, remove the-A tphflag. - Wait for about 30 seconds after the job is allocated and then follow the port forwarding instructions that will be given in the output.