From 6e2fcf156ef3c071c2e09aa1df42fdb473a695aa Mon Sep 17 00:00:00 2001 From: Ali Mohammed <ali.mohammed@hpe.com> Date: Thu, 26 Jan 2023 11:01:25 +0100 Subject: [PATCH] promote failed to pin to error --- maestro/i_maestro_numa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maestro/i_maestro_numa.h b/maestro/i_maestro_numa.h index 5a422efb..87022cac 100644 --- a/maestro/i_maestro_numa.h +++ b/maestro/i_maestro_numa.h @@ -236,7 +236,7 @@ mstro_numa_bind_thread(char *tidprefix) int ret = numa_sched_setaffinity(0, cpu_mask); if(ret) { - LOG_WARN(MSTRO_LOG_MODULE_CORE, + LOG_ERR(MSTRO_LOG_MODULE_CORE, "Failed to pin %s thread to core %d, %d (%s), " "Please check workload manager cpu binding setting," " e.g., try using --cpu-bind=v for slurm\n", -- GitLab