diff options
author | Thomas White <taw@physics.org> | 2011-04-04 10:23:46 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:23 +0100 |
commit | 91f002a61a483d33285bc7606e3ad5702dcf4460 (patch) | |
tree | 86ca8f86f5067514e4313856cc3626f0d3d5069b /src/thread-pool.c | |
parent | 894f2241f244a7cfd0687d58acffef12a83190ab (diff) |
Don't say that the CPU affinity calculation succeeded
Diffstat (limited to 'src/thread-pool.c')
-rw-r--r-- | src/thread-pool.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/thread-pool.c b/src/thread-pool.c index 133cbfcf..dc041d2d 100644 --- a/src/thread-pool.c +++ b/src/thread-pool.c @@ -67,10 +67,6 @@ static void set_affinity(int n, int cpu_num, int cpu_groupsize, int cpu_offset) /* Cannot use ERROR() just yet */ fprintf(stderr, "%i: Failed to set CPU affinity.\n", n); - } else { - - fprintf(stderr, "%i: Successfully set CPU affinity.\n", n); - } } |