blob: 018fc6dbcd182baa14e917000789c2dd318bd118 [file] [log] [blame]
diff -Naur numactl-2.0.10-orig/test/bind_range numactl-2.0.10/test/bind_range
--- numactl-2.0.10-orig/test/bind_range 2015-05-03 22:23:31.095600314 -0400
+++ numactl-2.0.10/test/bind_range 2015-05-03 22:25:29.107592557 -0400
@@ -93,8 +93,8 @@
HIGHESTCPU=$(grep 'processor' /proc/cpuinfo | tail -n1 | cut -f2 -d':')
HIGHESTCPU=$(echo $HIGHESTCPU | cut -f2 -d' ')
-HIGHESTNODE=$(numactl -H | grep -e 'node [0-9]* cpus' | tail -n1 | cut -f2 -d' ')
-LOWESTNODE=$(numactl -H | grep -e 'node [0-9]* cpus' | head -n1 | cut -f2 -d' ')
+HIGHESTNODE=$(../numactl -H | grep -e 'node [0-9]* cpus' | tail -n1 | cut -f2 -d' ')
+LOWESTNODE=$(../numactl -H | grep -e 'node [0-9]* cpus' | head -n1 | cut -f2 -d' ')
get_mask