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

Merge branch 'gupa977e--tu-dresden.de-preview-patch-23104' into 'preview'

Update binding_and_distribution_of_tasks.md

See merge request !771
parents a08aae03 7de9f23c
No related branches found
No related tags found
2 merge requests!820Automated merge from preview to main,!771Update binding_and_distribution_of_tasks.md
......@@ -270,3 +270,9 @@ node and the second node while filling the sockets linearly.
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
srun --ntasks 8 --cpus-per-task $OMP_NUM_THREADS --cpu_bind=cores --distribution=cyclic:block ./application
```
## GPU
Currently with the Slurm version (20.11.9) used ZIH systems
it **is not possible** to bind tasks to GPUs. Is will be possible as soon as Slurm is updated at
least to version 21.08.0 (see [GRES/MIG documentation in Slurm 21.08.0](https://slurm.schedmd.com/archive/slurm-21.08.0/gres.html#MIG_Management)).
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