HelloWorld HPC Cluster Tutorial#

Important

Fill in steps of this simple tutorial

This simple tutorial will walk you through running your first HPC job using SSH.

  • Create helloworld.py file on local computer (provide very simple python code but should pin a CPU and run for long enough we can view in squeue)

  • Upload to cluster using scp or OnDemand

  • SSH to cluster login node

  • Create batch file using nano editor

  • Schedule batch job using slurm sbatch command

  • Check status with squeue

  • Check output log files

  • Check job efficiency using seff