Skip to content
Snippets Groups Projects
Commit 773ad039 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Improve style

parent c9cb4437
No related branches found
No related tags found
2 merge requests!673Automated merge from preview to main,!654Sebastian's commit on a new branch
......@@ -303,7 +303,7 @@ provide a comprehensive collection of job examples.
## Heterogeneous Jobs
A heterogeneous job consists of several job components, all of which can have individual job
options. In particular, different components can use resources from different Slurm partitions.
options. In particular, different components can use resources from different Slurm partitions.
One example for this setting is an MPI application consisting of a master process with a huge memory
footprint and worker processes requiring GPU support.
......@@ -346,11 +346,7 @@ wait
### Limitations
Due to the way scheduling algorithm works it is required that each component has to be allocated on
an different node.
!!! warning
Job arrays of heterogeneous jobs are not supported.
a different node. Furthermore, job arrays of heterogeneous jobs are not supported.
## Manage and Control Jobs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment