Skip to content

Commit d06731c

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 4cc321b commit d06731c

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
@@ -714,7 +714,7 @@ static struct _psmi_hal_instance *psm3_hal_get_pi_inst(void)
714714
return psm3_hal_current_hal_instance;
715715

716716
if (!psm3_num_hal) {
717-
_HFI_ERROR("No HALs registered\n");
717+
_HFI_DBG("No HALs registered\n");
718718
return NULL;
719719
}
720720

0 commit comments

Comments
 (0)