diff --git a/tools/toolchain/scripts/stage1/install_mpich.sh b/tools/toolchain/scripts/stage1/install_mpich.sh index f3830b7276..d25f8d18bd 100755 --- a/tools/toolchain/scripts/stage1/install_mpich.sh +++ b/tools/toolchain/scripts/stage1/install_mpich.sh @@ -79,7 +79,6 @@ case "${with_mpich}" in ;; __SYSTEM__) echo "==================== Finding MPICH from system paths ====================" - check_command mpiexec "mpich" && MPIRUN="$(command -v mpiexec)" || exit 1 check_command mpicc "mpich" && MPICC="$(command -v mpicc)" || exit 1 if [ $(command -v mpic++ > /dev/null 2>&1) ]; then check_command mpic++ "mpich" && MPICXX="$(command -v mpic++)" || exit 1