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

Merge branch 'gupa977e--tu-dresden.de-main-patch-53787' into 'main'

fix example for parallel make

See merge request !738
parents ebadca37 6356ecf1
No related branches found
No related tags found
2 merge requests!739Main,!738fix example for parallel make
...@@ -104,7 +104,7 @@ But, do you need to request tasks or CPUs from Slurm in order to provide resourc ...@@ -104,7 +104,7 @@ But, do you need to request tasks or CPUs from Slurm in order to provide resourc
marie@login$ srun --ntasks=1 --cpus-per-task=16 --mem=16G --time=01:00:00 --pty bash --login marie@login$ srun --ntasks=1 --cpus-per-task=16 --mem=16G --time=01:00:00 --pty bash --login
[...] [...]
marie@compute$ # prepare the source code for building using configure, cmake or so marie@compute$ # prepare the source code for building using configure, cmake or so
marie@compute$ make -j marie@compute$ make -j 16
``` ```
## Requesting GPUs ## Requesting GPUs
......
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