-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
This variable is only defined here
| check_mpirun() { | |
| mpich=$(${mpirun_cmd} --version |grep -i -e HYDRA -e Intel) | |
| openmpi=$(${mpirun_cmd} --version |grep -i "Open MPI") |
and doesn't exist here
| if [ -n "${mpich}" ]; then | |
| mpi_env="-e MPI -e HYD -e PMI" | |
| else | |
| mpi_env="-e MPI -e OPAL -e PMIX" | |
| fi |
or here
| if [ -n "${mpich}" ]; then | |
| mpi_arg="" # used to be -pmi-port | |
| else | |
| mpi_arg="--oversubscribe" | |
| fi |
This causes tmpi to fail with MPICH, as --oversubscribe doesn't work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels