Skip to content

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 job
  • srun: (used in batch script) slurm wrapper of running a job using allocated resources
  • scancel: cancel a job
some examples

Machine-Specific Settings

Reading List