Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable mpich is not defined #18

Open
efaulhaber opened this issue Sep 9, 2024 · 0 comments
Open

Variable mpich is not defined #18

efaulhaber opened this issue Sep 9, 2024 · 0 comments

Comments

@efaulhaber
Copy link

This variable is only defined here

tmpi/tmpi

Lines 11 to 13 in f5a0fd8

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

tmpi/tmpi

Lines 108 to 112 in f5a0fd8

if [ -n "${mpich}" ]; then
mpi_env="-e MPI -e HYD -e PMI"
else
mpi_env="-e MPI -e OPAL -e PMIX"
fi

or here

tmpi/tmpi

Lines 237 to 241 in f5a0fd8

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant