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/cubeit.c | |
parent | 4ff18043dc440cd7b1b2abc84c9e6b0b3e78c0a1 (diff) |
Allow tuning of CPU affinities for NUMA machines
Diffstat (limited to 'src/cubeit.c')
-rw-r--r-- | src/cubeit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cubeit.c b/src/cubeit.c index f1f6286d..33442ac3 100644 --- a/src/cubeit.c +++ b/src/cubeit.c @@ -570,7 +570,8 @@ int main(int argc, char *argv[]) qargs.static_args.bes = &bes; qargs.static_args.gas = &gas; - n_images = run_threads(nthreads, sum_image, get_image, NULL, &qargs, 0); + n_images = run_threads(nthreads, sum_image, get_image, NULL, &qargs, 0, + 0, 0, 0); fclose(fh); |