Parcourir la source

mpi/tests/Makefile.am: go back to 2 nodes when quick-check is enabled

Nathalie Furmento il y a 10 ans
Parent
commit
049e23e2b7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      mpi/tests/Makefile.am

+ 1 - 1
mpi/tests/Makefile.am

@@ -27,7 +27,7 @@ loader_SOURCES		=	../../tests/loader.c
 endif
 
 if STARPU_QUICK_CHECK
-MPI			=	$(MPIEXEC) -np 4
+MPI			=	$(MPIEXEC) -np 2
 else
 MPI			=	$(MPIEXEC) -np 4
 endif