Sfoglia il codice sorgente

tests/Makefile.am: disable overlap.sh and locality.sh when running in master slave mode

Nathalie Furmento 6 anni fa
parent
commit
8e78d1bd1e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      tests/Makefile.am

+ 2 - 0
tests/Makefile.am

@@ -415,9 +415,11 @@ if STARPU_SIMGRID
 TESTS += $(MICROBENCHS:=.sh)
 endif
 
+if !STARPU_USE_MPI_MASTER_SLAVE
 TESTS += \
 	datawizard/locality.sh \
 	overlap/overlap.sh
+endif
 
 ################################
 # Simgrid Model Checking tests #