Helpful Slurm Commands
Command | Purpose |
---|---|
myjobs | Display your current jobs in the queue |
sq | Display the queue, can filter for just your user with -u |
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 Slurm - SBATCH Job Scripts ) |
salloc | Run a command on a compute node (See Slurm - Interactive Shell ) |
sinfo | View information about the cluster |
ns | A command-line version of the cluster status page (Wirtten Prof. Jay Oswald) |
Â
Â