From 6a1c02ae8380e74e67dd5e1165ca27c5309ca673 Mon Sep 17 00:00:00 2001
From: Martti Louhivuori <martti.louhivuori@csc.fi>
Date: Mon, 18 Mar 2019 17:04:28 +0200
Subject: [PATCH] Fix example run command for the KNCs

---
 gpaw/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gpaw/README.md b/gpaw/README.md
index e69eaaa..3a09c79 100644
--- a/gpaw/README.md
+++ b/gpaw/README.md
@@ -104,7 +104,7 @@ GPAW_PPN=<no. of MPI tasks per node>
 For example, in a SLURM system, this could be:
 ```shell
 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
-- 
GitLab