Skip to content

Commit 9801584

Browse files
committed
Revert "ofi/common: use verbosity level to control"
This reverts commit d642af1.
1 parent ee7e1f0 commit 9801584

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

opal/mca/common/ofi/common_ofi.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -561,13 +561,11 @@ static uint32_t get_package_rank(opal_process_info_t *process_info)
561561
}
562562
#endif
563563

564-
// Get the local peers - note there may not always be local peers,e.g. .singleton launch case
564+
// Get the local peers
565565
OPAL_MODEX_RECV_VALUE(rc, PMIX_LOCAL_PEERS, &pname, &local_peers, PMIX_STRING);
566566
if (PMIX_SUCCESS != rc || NULL == local_peers) {
567567
// We can't find package_rank, fall back to procid
568-
if (10 <= opal_common_ofi_verbose_level) {
569-
opal_show_help("help-common-ofi.txt", "package_rank failed", true, 10);
570-
}
568+
opal_show_help("help-common-ofi.txt", "package_rank failed", true);
571569
return (uint32_t) process_info->myprocid.rank;
572570
}
573571
peers = opal_argv_split(local_peers, ',');

0 commit comments

Comments
 (0)