Open jylim-4723 opened 1 month ago
Line 333
elif (mpiexec --version 2>&1 | grep -s -q "OpenRTE"); then echo "MPI is detected and it appears to be OpenMPI" export MPI_MODE="openmpi"
Version 5 of OpenMPI gives
mpiexec (Open MPI) 5.0.5
Otherwise defaulted to MPICH during installation
Thanks for reporting that issue. PR #3701 should fix it.
Line 333
Version 5 of OpenMPI gives
Otherwise defaulted to MPICH during installation