Skip to content
Snippets Groups Projects
Commit 74fe8fc8 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Output cpuid assignments when verbose

parent 5cc8a4d0
No related branches found
No related tags found
1 merge request!120Simplify, permit user control over affinity
......@@ -2757,8 +2757,9 @@ void engine_init(struct engine *e, struct space *s,
e->runners[k].cpuid = k;
e->runners[k].qid = k * nr_queues / e->nr_threads;
}
/* message( "runner %i on cpuid=%i with qid=%i." , e->runners[k].id , */
/* e->runners[k].cpuid , e->runners[k].qid ); */
if (verbose)
message("runner %i on cpuid=%i with qid=%i.", e->runners[k].id,
e->runners[k].cpuid, e->runners[k].qid);
}
/* Free the affinity stuff */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment