We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c752534 + 5af8497 commit c8e1847Copy full SHA for c8e1847
opal/mca/common/ofi/common_ofi.c
@@ -340,7 +340,10 @@ static uint32_t get_package_rank(opal_process_info_t *process_info)
340
&pname, &locality_string, PMIX_STRING);
341
if (PMIX_SUCCESS != rc || NULL == locality_string) {
342
// If we don't have information about locality, fall back to procid
343
- opal_show_help("help-common-ofi.txt", "package_rank failed", true);
+ opal_output_verbose(1, opal_common_ofi.output,
344
+ "%s:%d:Unable to get locality string from local peers.\n"
345
+ "This may negatively impact performance.\n",
346
+ __FILE__, __LINE__);
347
return (uint32_t)process_info->myprocid.rank;
348
}
349
0 commit comments