Skip to main content

Helpful Slurm Commands

CommandPurpose
myjobsDisplay your current jobs in the queue
sqDisplay the queue, can filter for just your user with -u Wrapper function for the squeue command to format the output
thisjob <jobID>View information about a job, including the estimated start time
seff <jobID>View the slurm efficiency for a completed job, including CPU and Memory that were used
mkjupy <envName>Turn a mamba environment into a jupyter kernel
myfairshareView your real FairShare score
myquotaView your $SCRATCH Quota
showsimgList available apptianer sif files
sbatchSubmit a batch script (See Slurm - SBATCH Job Scripts)
sallocRun a command on a compute node (See Slurm - Interactive Shell)
sinfoView information about the cluster
nsA command-line version of the cluster status page (Written Prof. Jay Oswald)