Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Commands

Syntax

Description

sbatch

sbatch <job-id>

Submit a batch script to SLURM for processing.

squeue

squeue -u cwid

Show information about your job(s) in the queue. The command when run without the -u flag, shows a list of your job(s) and all other jobs in the queue.

srun

srun <resource-parameters>

Run jobs interactively on the cluster.

scancel

scancel <job-id>

End or cancel a queued job.

sacct

sacct

Show information about current and previous jobs.

sinfo

sinfo

To check the status of the cluster and partition, including availability, time limits, and the number of node

Requesting Resources

General SciComp Partition for all users

  • scu-cpu: 22 cpu nodes, 7-day runtime limit

  • scu-gpu: 6 gpu nodes, 2-day runtime limit

...

Syntax: sinfo or sinfo --[optional flags]

...