[Bug]: CHPL_LAUNCHER=mpirun4ofi
does not work on MacOS with mpirun (Open MPI) 5.0.6
#26660
Labels
CHPL_LAUNCHER=mpirun4ofi
does not work on MacOS with mpirun (Open MPI) 5.0.6
#26660
Summary of Problem
I tried to test the OFI comm layer by running oversubscribed on my Mac and ran into some issues with the launcher.
I set the following env vars, then tried to run hello world
This errors out with the following message
I was able to work around this by manually launching the
_real
executable asI think we can adjust the
mpirun4ofi
to use this sequence of commands to make it work for open-mpi on Mac, but I don't know what effect that would have on other platforms (or other versions of mpi).Configuration Information
chpl --version
: 2.4 pre release$CHPL_HOME/util/printchplenv --anonymize
:gcc --version
orclang --version
: LLVM 19, clang 14The text was updated successfully, but these errors were encountered: