Jobs Management

On HPC, you don’t run it directly on the login nodes. Instead, you submit jobs on login nodes. These jobs will be queued to the system and executed eventually. Conceptually, each job is a 2-step process:

  1. You request certain resources from the system. The most common resources are CPU cores.

  2. With the assigned resources, you run your computational tasks.

For Special Compute Nodes (GPU and Visualization), please refer to the section Gpu nodes.

.

Important

If you have a job with independent computations, then Job arrays and Parallel Job Array are one of the most easiest ways to parallelize your computations. Follow the corresponding highlighted links for a much more detailed example.

See also

A detailed SLURM guide with more info on the accounts,usage limits can be found here and can be downloaded from here Dalma SLURM