Explorar o código

configure.ac: define MPIEXEC even when not running make -C mpi check

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
27f4296c30
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      configure.ac

+ 1 - 3
configure.ac

@@ -827,9 +827,7 @@ if test x$use_mpi = xyes; then
         AC_MSG_RESULT($mpiexec)
         AC_MSG_CHECKING(whether MPI tests should be run)
         AC_MSG_RESULT($running_mpi_check)
-        if test x$running_mpi_check = xyes; then
-            AC_SUBST(MPIEXEC,$mpiexec)
-        fi
+	AC_SUBST(MPIEXEC,$mpiexec)
 fi
 
 AC_MSG_CHECKING(whether the StarPU MPI library should be generated)