We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6799c4d commit 9b405c0Copy full SHA for 9b405c0
test/mpi/configure.ac
@@ -481,7 +481,6 @@ if test "$MPI_IS_MPICH" = "yes" ; then
481
elif [grep 'MPICH Device:[[:blank:]]*ch4:ucx' conftest.output > /dev/null] ; then
482
AC_MSG_NOTICE([Detected MPICH with ch4:ucx netmod])
483
AC_DEFINE(MPICH_CH4_UCX, 1, [define if it is mpich with ch4:ucx])
484
- enable_spawn=no
485
elif [grep 'MPICH Device:[[:blank:]]*ch3' conftest.output > /dev/null] ; then
486
enable_part=no
487
fi
0 commit comments