aboutsummaryrefslogtreecommitdiff
path: root/src/sum_stack.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-23 17:26:36 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:21 +0100
commit38df4f64a17cd5fc37011321b1cca386cbe970ba (patch)
tree4e28832548707da964bd3875b3030a9a8364bcfb /src/sum_stack.c
parent4ff18043dc440cd7b1b2abc84c9e6b0b3e78c0a1 (diff)
Allow tuning of CPU affinities for NUMA machines
Diffstat (limited to 'src/sum_stack.c')
-rw-r--r--src/sum_stack.c2
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;