Helpful Slurm Commands

Command

Purpose

Command

Purpose

myjobs

Display your current jobs in the queue

sq

Display 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. inlcuding the estimated start time

seff <jobID>

View the slurm effeicenlty for a completed job, inlcuding CPU and Memory that were used

mkjupy <envName>

Turn a mamba environment into a jupyter kernel

mybalance

View your FairShare

myquota

View your SCRATCH Quota

showsimg

List available apptianer sif files

sbatch

Submit a batch script (See )

salloc

Run a command on a compute node (See )

sinfo

View information about the cluster

ns

A command-line version of the cluster status page (Wirtten Prof. Jay Oswald)

 

 

Additional Help