fix ambiguous target build system error - #46
Conversation
|
This bug just affected another end-user, in Slack. Can the PR be merged? |
|
The red CI on mpich jobs should be fixed by #48 to be merged first. |
|
Hmmm, I can't seem to rebase or merge |
d281f68 to
6e1f1d4
Compare
|
Looks like it's flaky since the two other mpich jobs passed, and previous CI was green. The failing function is MPICH UCX module UCX (Unified Communication X) is the communication library that MPICH sits on top of. MPICH handles the MPI logic (ranks, sends, receives), but the actual job of moving bytes between processes is delegated to UCX. By default, UCX picks the transport layers itself, so UCX tried to auto-detect the fastest transport layer available, detected InfiniBand ( UCX_TLS is the setting that overrides UCX's auto-detection: see https://github.com/openucx/ucx/wiki/UCX-environment-parameters
Looks like add this env variable could solve it: |
messagerule creates a target, which then conflicts with thealiastarget. This PR fixes that.