Fix affinity in test script
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 13 Jun 2009 21:02:36 +0000 (17:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Sat, 13 Jun 2009 21:02:36 +0000 (17:02 -0400)
commite4ca4127918d3617751f718a1fa792b89ca523df
tree152b1c1c0e8a8f4f362e718287334d86cfc6e273
parent637dc4450f86349476eee1bde5de66b4c7383eec
Fix affinity in test script

You need to change the script!!!  See patch below.  All prior results
with more than 32 CPUs are bogus because the -a arguments confined the
threads to only 32 CPUs (the even-numbered ones from zero to 62).

Allow 64 CPUs.  Really needs to do the calculation based on the
stride and the number of CPUs, but a quick hack for now.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
runall.sh
This page took 0.024338 seconds and 4 git commands to generate.