Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: ecs

...

Tip

See man sbatch or https://slurm.schedmd.com/sbatch.html for the complete set of options that may be used to configure a job.


Note
titleECS users

All examples here are using the nf queue, which is available to users of the HPCF service. If using ECS, you should submit the job to the ef queue instead

Submitting a serial job

A serial job will not use more than one cpu, so it is intended for non-threaded non-MPI applications. This is the default type of job if no settings are specified in the job.

...