diff options
author | Thomas White <taw@physics.org> | 2011-03-23 17:26:36 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:21 +0100 |
commit | 38df4f64a17cd5fc37011321b1cca386cbe970ba (patch) | |
tree | 4e28832548707da964bd3875b3030a9a8364bcfb /src/partialator.c | |
parent | 4ff18043dc440cd7b1b2abc84c9e6b0b3e78c0a1 (diff) |
Allow tuning of CPU affinities for NUMA machines
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index 664afd50..648b8f58 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -102,7 +102,7 @@ static void refine_all(struct image *images, int n_total_patterns, } run_thread_range(n_total_patterns, nthreads, "Refining", - refine_image, tasks); + refine_image, tasks, 0, 0, 0); free(tasks); } |