Versions Compared

Key

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

...

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

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

  2. Project account: --account=account

Default Values

Additionally, the default submission has the following characteristics:

  1. nodes is for one node (-N 1, --nodes=1)

  2. task count one tasks (-n 1, --ntasks-per-node=1)

  3. memory amount 1000 MB RAM / CPU (--mem-per-cpu=1000).

These can be changed by requesting different allocation schemes by modifying the appropriate flags. Please reference our Slurm documentation.

...