Running Jobs on the Cluster
Starting Interactive Sessions
Login to a CPU-only node and run on four of the latest Intel Xeon "Cascade Lake" CPU cores
interactive_session -c 4 -f CascadeLogin to a CPU-only node and run on four of the latest AMD EPYC "Rome" CPU cores
interactive_session -c 4 -f RomeStart a run that also includes an NVIDIA Tesla P100 GPU
interactive_session -c 4 -g gpu:Tesla-P100-PCIE-16GB:1Run with -h to see the many other interactive session requests that are available
-h to see the many other interactive session requests that are availableinteractive_session -hView the list of various Compute Node types/capabilities
slurm_node_infoInside your Interactive Session

Batch Scripts
Before running your own custom application, try submitting a sample batch script
Review the status of your running jobs
Cancel a job (whether queued or already running)
Review the history of your jobs
Last updated
Was this helpful?