From: Paul E. McKenney Date: Sat, 13 Jun 2009 21:02:36 +0000 (-0400) Subject: Fix affinity in test script X-Git-Tag: v0.1~150 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=e4ca4127918d3617751f718a1fa792b89ca523df;hp=e4ca4127918d3617751f718a1fa792b89ca523df;p=urcu.git 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 ---