CU e-Science HTC-HPC Cluster and Cloud
  • CU e-Science HTC-HPC Cluster and Cloud
  • Introduction to our cluster
    • Our resources
    • Registration
    • Login to our cluster
    • Disk space
    • Acknowledgement and Publication
  • Slurm
    • 101: How to submit Slurm batch jobs
    • 101: Interactive jobs with Slurm
    • Basic Slurm commands
    • QoS and Partition
    • Job priority
    • Available complier and software
    • Examples
      • Simple C, C++, Python program
      • Python with VirtualEnv
      • How do I submit a large number of very similar jobs?
      • CMSSW
      • R
      • Mathematica
      • Message Passing Interface (MPI)
  • Kubenetes
    • Under construction!
Powered by GitBook
On this page

Was this helpful?

  1. Slurm

Basic Slurm commands

Previous101: Interactive jobs with SlurmNextQoS and Partition

Last updated 4 years ago

Was this helpful?

  • : display accounting data for all jobs and job steps in the Slurm database

  • : display and modify Slurm account information

  • : request an interactive job allocation

  • : attach to a running job step

  • : submit a batch script to Slurm

  • : cancel a job or job step or signal a running job or job step

  • : display (and modify when permitted) the status of Slurm entities. Entities include: jobs, job steps, nodes, partitions, reservations, etc.

  • : display scheduling statistics and timing parameters

  • : display node partition (queue) summary information

  • : display the factors that comprise a job's scheduling priority

  • : display the jobs in the scheduling queues, one job per line

  • : generate canned reports from job accounting data and machine utilization statistics

  • : launch one or more tasks of an application across requested resources

  • : display the shares and usage for each charge account and user

  • : display process statistics of a running job step

  • : a graphical tool for displaying jobs, partitions, reservations, and Blue Gene blocks

sacct
sacctmgr
salloc
sattach
sbatch
scancel
scontrol
sdiag
sinfo
sprio
squeue
sreport
srun
sshare
sstat
sview