Skip to content
Snippets Groups Projects
Commit 6a1c02ae authored by Martti Louhivuori's avatar Martti Louhivuori
Browse files

Fix example run command for the KNCs

parent 0bd2bc4a
Branches
Tags
No related merge requests found
...@@ -104,7 +104,7 @@ GPAW_PPN=<no. of MPI tasks per node> ...@@ -104,7 +104,7 @@ GPAW_PPN=<no. of MPI tasks per node>
For example, in a SLURM system, this could be: For example, in a SLURM system, this could be:
```shell ```shell
GPAW_PPN=12 GPAW_OFFLOAD=1 mpirun -np 256 -bootstrap slurm \ GPAW_PPN=12 GPAW_OFFLOAD=1 mpirun -np 256 -bootstrap slurm \
./affinity-wrapper.sh gpaw-python input.py ./affinity-wrapper.sh 12 gpaw-python input.py
``` ```
#### Examples #### Examples
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment