Versions Compared

Key

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

...

Slurm is the basis of which all jobs are to be submitted, this includes batch and interactive jobs. Slurm consists of several user facing commands, all of which have appropriate Unix man pages associated with them and should be consulted. On this page, users will find detailed information about running and submitting jobs, nodes, view available partitions, basic Slurm commands, troubleshooting and steps to configuring configure Slurm for investments.

Required Inputs and Default Values and Limits

There are some default limits set for Slurm jobs. By default the following is are required for submission:

  1. Walltime limit: --time=[days-hours:mins:secs]

  2. Project account: --account=account

...