...
What Slurm is and the core functionality it provides.?
How to start an interactive sessions using
salloc
, and perform job submission usingsbatch
.How to select appropriate resource allocations.
How to monitor your jobs using
salloc
andsacct
.What does a general workflow look like. Suggesting using a small/short interactive session to test and debug, then submitting large/long jobs.
Best practices in using HPC. Suggesting not to perform computation on the login nodes and being mindful of the resources you actually require and request.
How to be a good cluster citizen with respect to general cluster use and other users.
...
...