Slurm¶
KRG In a Nutshell¶
core slurm commands
sinfo
: provides slurm information (e.g., partitions and status)squeue
: prints information about current queue (use-u $USER
for your own jobs)sbatch
: submit a batch jobsrun
: (used in batch script) slurm wrapper of running a job using allocated resourcesscancel
: cancel a job