From 76d3c34321b77ace51230b63715ed0a1c5509913 Mon Sep 17 00:00:00 2001 From: Sebastian Doebel <sebastian.doebel@tu-dresden.de> Date: Tue, 16 Apr 2024 11:44:41 +0200 Subject: [PATCH] fix linting --- doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md index c7f8b1803..2a9767769 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md @@ -153,7 +153,7 @@ E.g., if you specify `--gres=gpu:2`, your total number of cores per node (meanin `ntasks`*`cpus-per-task`) may not exceed 12 on Alpha Centauri. Note that this also has implications for the use of the `--exclusive` parameter. -Since this sets the number of allocated cores to the maximum, you also **must** request all GPUs +Since this sets the number of allocated cores to the maximum, you also **must** request all GPUs otherwise your job will not start. In the case of `--exclusive`, it won't be denied on submission, because this is evaluated in a later scheduling step. -- GitLab