Command stringlengths 4 58 | Description stringlengths 22 137 |
|---|---|
sacct | Reports job or job step accounting information about active or completed jobs |
salloc | Allocates resources for a job in real time and spawns a shell |
sattach | Attaches standard input output and error plus signal capabilities to a currently running job or job step |
sbatch | Submits a job script for later execution |
sbcast | Broadcasts a file to all nodes allocated to a job |
scancel | Cancels a pending or running job |
scontrol | Used for viewing and modifying Slurm configuration and state |
scrontab | Manages periodic job submissions |
sdiag | Displays diagnostic information about the Slurm configuration and state |
sh5util | Utility for manipulating HDF5 files |
sinfo | Displays information about Slurm nodes and partitions |
sprio | Displays job priority information |
squeue | Displays information about jobs located in the Slurm scheduling queue |
sreport | Generates reports on jobs partitions and user usage |
srun | Used to submit a parallel job for execution |
sshare | Displays information about resource usage by user |
sstat | Displays status information about running jobs |
strigger | Manages event triggers |
sview | Graphical user interface for viewing and managing jobs and nodes |
scontrol show job <jobid> | Displays detailed information about a specific job identified by <jobid> |
scontrol suspend <jobid> | Suspends a running job identified by <jobid> placing it in a suspended state where it stops executing but retains its allocated resources |
scontrol resume <jobid> | Resumes a suspended job identified by <jobid> allowing it to continue executing from where it left off |
scontrol hold <jobid> | Places a queued job identified by <jobid> on hold preventing it from being scheduled until it is released |
scontrol release <jobid> | Releases a held job identified by <jobid> allowing it to be scheduled for execution |
scontrol show node <nodeid> | Displays detailed information about a specific node identified by <nodeid> |
scontrol update <jobid> | Updates the configuration of a job identified by <jobid> |
scontrol requeue <jobid> | Requeues a job identified by <jobid> placing it back in the queue to be scheduled again |
scontrol requeuehold <jobid> | Requeues a job identified by <jobid> and places it on hold preventing it from being scheduled until it is released |
scontrol requeuerun <jobid> | Requeues a job identified by <jobid> and runs it immediately bypassing the queue |
scontrol show partition <partitionid> | Displays detailed information about a specific partition identified by <partitionid> |
scontrol show reservation <reservationid> | Displays detailed information about a specific reservation identified by <reservationid> |
scontrol create reservation <reservationid> | Creates a new reservation identified by <reservationid> for resources |
scontrol delete reservation <reservationid> | Deletes an existing reservation identified by <reservationid> freeing up the resources |
scontrol show config | Displays the current Slurm configuration |
scontrol write config | Writes the current Slurm configuration to a file |
scontrol show topology | Displays the topology of the cluster |
scontrol show federation | Displays information about the federation |
scontrol show lic | Displays information about licenses |
scontrol show assoc | Displays information about associations |
scontrol show burstbuffer | Displays information about burst buffers |
scontrol show tres | Displays information about trackable resources (TRES) |
squeue | Displays information about jobs located in the Slurm scheduling queue |
squeue -u <username> | Displays jobs submitted by a specific user identified by <username> |
squeue -p <partition> | Displays jobs in a specific partition identified by <partition> |
squeue -t <state> | Displays jobs in a specific state identified by <state> (e.g. RUNNING or PENDING) |
squeue -j <jobid> | Displays information about a specific job identified by <jobid> |
squeue -n <jobname> | Displays jobs with a specific name identified by <jobname> |
squeue -i <interval> | Refreshes the queue output at the specified interval in seconds |
squeue --start | Displays the expected start times for pending jobs |
squeue -o <format> | Specifies the information to be displayed in a custom format |
squeue -l | Displays detailed information about jobs in a long format |
squeue -r | Displays one job array element per line |
squeue -M <cluster> | Displays jobs from a specific cluster identified by <cluster> |
squeue --federation | Displays jobs from the federation if a member of one |
sacctmgr show configuration | Displays the current configuration of the Slurm cluster |
sacctmgr add cluster <cluster_name> | Adds a new cluster identified by <cluster_name> to the Slurm database |
sacctmgr add account <account_name> cluster=<cluster_name> | Adds a new account identified by <account_name> to the Slurm database for the specified cluster |
sacctmgr show user | Displays detailed information about users |
sacctmgr show association | Displays detailed information about associations |
sacctmgr show cluster | Displays detailed information about clusters |
sacctmgr show account | Displays detailed information about accounts |
sacctmgr delete cluster <cluster_name> | Deletes the specified cluster identified by <cluster_name> from the Slurm database |
sacctmgr delete account <account_name> | Deletes the specified account identified by <account_name> from the Slurm database |
sacctmgr modify user <user_name> | Modifies the configuration of a user identified by <user_name> |
sacctmgr modify account <account_name> | Modifies the configuration of an account identified by <account_name> |
sacctmgr archive dump <file_name> | Writes database information to a flat file identified by <file_name> |
sacctmgr archive load <file_name> | Loads database information from a flat file identified by <file_name> |
sacctmgr clear stats | Clears the server statistics |
sacctmgr list associations | Lists all associations in the Slurm database |
sacctmgr list users | Lists all users in the Slurm database |
sacctmgr list clusters | Lists all clusters in the Slurm database |
sacctmgr list accounts | Lists all accounts in the Slurm database |
susage | display the utilization of every account or project |
README.md exists but content is empty.
- Downloads last month
- 10