Sfoglia il codice sorgente

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

Nathalie Furmento 14 anni fa
parent
commit
27f4296c30
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  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)