Skip to content
Snippets Groups Projects
Commit 2763ddc0 authored by Federico's avatar Federico
Browse files

replaced in mpi_printf an instance of the non-existing macro...

replaced in mpi_printf an instance of the non-existing macro USE_PINNING_OVERRIDE_MODE to IMPOSE_PINNING_OVERRIDE_MODE (which is the one currently defined in Template-Config.sh) to avoid macro check error during compilation
parent f9787c56
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ void pin_to_core_set(void)
mpi_printf("PINNING: We are overridung this and make all %d available to us.\n", available_pus);
#else /* #ifdef IMPOSE_PINNING_OVERRIDE_MODE */
mpi_printf(
"PINNING: We refrain from any pinning attempt ourselves. (This can be changed by setting USE_PINNING_OVERRIDE_MODE.)\n");
"PINNING: We refrain from any pinning attempt ourselves. (This can be changed by setting IMPOSE_PINNING_OVERRIDE_MODE.)\n");
flag_pinning_error = 1;
return;
#endif /* #ifdef IMPOSE_PINNING_OVERRIDE_MODE #else */
......
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