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/sum_stack.c | |
parent | 4ff18043dc440cd7b1b2abc84c9e6b0b3e78c0a1 (diff) |
Allow tuning of CPU affinities for NUMA machines
Diffstat (limited to 'src/sum_stack.c')
-rw-r--r-- | src/sum_stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sum_stack.c b/src/sum_stack.c index 84e3fd64..8d00a87f 100644 --- a/src/sum_stack.c +++ b/src/sum_stack.c @@ -457,7 +457,7 @@ int main(int argc, char *argv[]) do { n_done = run_threads(nthreads, add_image, get_image, - (void *)&qargs, NULL, chunk_size); + (void *)&qargs, NULL, chunk_size, 0, 0, 0); n_images += n_done; |