From 0ae98fd864b7f1a91f893b81803aa1b99f20871f Mon Sep 17 00:00:00 2001 From: Taras Lazariv <taras.lazariv@tu-dresden.de> Date: Mon, 23 May 2022 09:22:12 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/docs/contrib/content_rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md index 7145e8f15..1f92fc41e 100644 --- a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md +++ b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md @@ -387,4 +387,4 @@ understanding. This holds especially for Slurm options, but also other commands. | Do | Don't | |----|-------| | `srun --nodes=2 --ntasks-per-node=4 [...]`| `srun -N 2 -n 4 [...]` | - | `module [...]` | `ml [...]` | + | `module load [...]` | `ml [...]` | -- GitLab