Skip to content

Commit 9b405c0

Browse files
committed
test: enable spawn tests for ch4:ucx
The spawn tests are disabled previously. Let's enable them.
1 parent 6799c4d commit 9b405c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/mpi/configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ if test "$MPI_IS_MPICH" = "yes" ; then
481481
elif [grep 'MPICH Device:[[:blank:]]*ch4:ucx' conftest.output > /dev/null] ; then
482482
AC_MSG_NOTICE([Detected MPICH with ch4:ucx netmod])
483483
AC_DEFINE(MPICH_CH4_UCX, 1, [define if it is mpich with ch4:ucx])
484-
enable_spawn=no
485484
elif [grep 'MPICH Device:[[:blank:]]*ch3' conftest.output > /dev/null] ; then
486485
enable_part=no
487486
fi

0 commit comments

Comments
 (0)