From 1a1cf7e7cb813434f7d3ea33e5c8cf2c0a6c2c15 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 6 Mar 2019 12:15:52 +0000 Subject: [PATCH] COB-4: Report CPU bindings used --- RTCP/Cobalt/CoInterface/src/cpu_utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RTCP/Cobalt/CoInterface/src/cpu_utils.cc b/RTCP/Cobalt/CoInterface/src/cpu_utils.cc index f9685cf1240..baaf9728f5d 100644 --- a/RTCP/Cobalt/CoInterface/src/cpu_utils.cc +++ b/RTCP/Cobalt/CoInterface/src/cpu_utils.cc @@ -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) -- GitLab