Skip to content
Snippets Groups Projects
Commit 0ae98fd8 authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent dbbcd327
No related branches found
No related tags found
2 merge requests!592Automated merge from preview to main,!554Content rules
......@@ -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 [...]` |
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