Skip to content
Snippets Groups Projects
Commit 1a1cf7e7 authored by Jan David Mol's avatar Jan David Mol
Browse files

COB-4: Report CPU bindings used

parent d2cb101a
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
......@@ -98,7 +98,7 @@ namespace LOFAR
for (vector<unsigned>::const_iterator i = localCores.begin(); i != localCores.end(); ++i)
CPU_SET(*i, &maskRequested);
LOG_DEBUG_STR("[NUMA] Requested core affinity: " << cpusetToVector(maskRequested));
LOG_INFO_STR("[NUMA] Requested core affinity: " << cpusetToVector(maskRequested));
// assign the mask and set the affinity
if (sched_setaffinity(0, sizeof(cpu_set_t), &maskRequested) != 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment