Skip to content

Commit 0966ae5

Browse files
committed
prov/psm3: Convert error message to debug output
In pmodels/mpich#6518, a user reported seeing a "No HALs registered" message when using MPICH+libfabric. The error is because the psm3 provider is not compatible with --disable-shared. MPICH will just ignore the error and try to pick another provider, so we convert it to debug output to avoid spamming the user. Signed-off-by: Ken Raffenetti <[email protected]>
1 parent ce9562a commit 0966ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prov/psm3/psm3/psm2_hal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ static struct _psmi_hal_instance *psm3_hal_get_pi_inst(void)
712712
return psm3_hal_current_hal_instance;
713713

714714
if (!psm3_num_hal) {
715-
_HFI_ERROR("No HALs registered\n");
715+
_HFI_DBG("No HALs registered\n");
716716
return NULL;
717717
}
718718

0 commit comments

Comments
 (0)