Skip to content
Snippets Groups Projects
Commit 6e2fcf15 authored by Ali Mohammed's avatar Ali Mohammed
Browse files

promote failed to pin to error

parent 7cc56c1a
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment