Skip to content
Snippets Groups Projects
Commit 67ce26f3 authored by Jan Frenzel's avatar Jan Frenzel Committed by Danny Marc Rotscher
Browse files

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

parent 4f2ba648
No related branches found
No related tags found
3 merge requests!392Merge preview into contrib guide for browser users,!377Merge preview into main,!374Removed HTML syntax from code block
...@@ -18,7 +18,7 @@ The Slurm parameter `--cloud=kvm` specifies that a virtual machine should be sta ...@@ -18,7 +18,7 @@ The Slurm parameter `--cloud=kvm` specifies that a virtual machine should be sta
### On Power9 Architecture ### On Power9 Architecture
```console ```console
marie@login$ srun -p ml -N 1 -c 4 --hint=nomultithread --cloud=kvm --pty /bin/bash marie@login$ srun --partition=ml --nodes=1 --cpus-per-task=4 --hint=nomultithread --cloud=kvm --pty /bin/bash
srun: job 6969616 queued and waiting for resources srun: job 6969616 queued and waiting for resources
srun: job 6969616 has been allocated resources srun: job 6969616 has been allocated resources
bash-4.2$ bash-4.2$
......
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