From 216cfad55a0cc9bdfd535da0c8d2764e8478b8f4 Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Fri, 28 Apr 2017 10:52:27 +0200
Subject: [PATCH] Do not use --single, instead use core:

---
 bin/knltimings.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/knltimings.sh b/bin/knltimings.sh
index 710eb673..0f840ba5 100755
--- a/bin/knltimings.sh
+++ b/bin/knltimings.sh
@@ -23,7 +23,7 @@ do
     MAXCORES=68
     CORE=0
     while [ $CORE -lt $MAXCORES ]; do
-		hwloc-bind --single ./$exec $inifile &
+		hwloc-bind core:$CORE -- ./$exec $inifile &
 		CORE=$((CORE + 1))
 	done
 	wait
-- 
GitLab