Skip to content
Snippets Groups Projects
Commit ecb339dd authored by Jan Frenzel's avatar Jan Frenzel Committed by Martin Schroschk
Browse files

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

parent 9ea8ab22
No related branches found
No related tags found
2 merge requests!530Automated merge from preview to main,!505Issue286
......@@ -109,7 +109,7 @@ for `sbatch/srun` in this case is `--gres=gpu:[NUM_PER_NODE]` (where `NUM_PER_NO
#SBATCH --cpus-per-task=6 # use 6 threads per task
#SBATCH --gres=gpu:1 # use 1 GPU per node (i.e. use one GPU per task)
#SBATCH --time=01:00:00 # run for 1 hour
#SBATCH --account=Project1 # account CPU time to Project1
#SBATCH --account=p_marie # account CPU time to project p_marie
srun ./your/cuda/application # start you application (probably requires MPI to use both nodes)
```
......
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