Skip to content

Commit

Permalink
prov/psm3: Convert error message to debug output
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
raffenet committed Feb 18, 2025
1 parent ce9562a commit 0966ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prov/psm3/psm3/psm2_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ static struct _psmi_hal_instance *psm3_hal_get_pi_inst(void)
return psm3_hal_current_hal_instance;

if (!psm3_num_hal) {
_HFI_ERROR("No HALs registered\n");
_HFI_DBG("No HALs registered\n");
return NULL;
}

Expand Down

0 comments on commit 0966ae5

Please sign in to comment.