You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was documented in the OpenMPI repository (see: open-mpi/ompi#9885).
Apparently the problem arises because the default priority for UCC is 10, which conflicts with the priorities of basic and libnbc.
Workaround:
Users can bypass this issue by setting a higher priority for UCC:
export OMPI_MCA_coll_ucc_priority=100
Recommendation:
Should we not inform users about this issue (and workaround), and possibly look into adjusting the default configurations to avoid such conflict?
The text was updated successfully, but these errors were encountered:
Description:
Users may encounter this kind of error related to UCC initialization in OpenMPI:
This was documented in the OpenMPI repository (see: open-mpi/ompi#9885).
Apparently the problem arises because the default priority for UCC is 10, which conflicts with the priorities of
basic
andlibnbc
.Workaround:
Users can bypass this issue by setting a higher priority for UCC:
export OMPI_MCA_coll_ucc_priority=100
Recommendation:
Should we not inform users about this issue (and workaround), and possibly look into adjusting the default configurations to avoid such conflict?
The text was updated successfully, but these errors were encountered: