Browse Source

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

Nathalie Furmento 6 years ago
parent
commit
8e78d1bd1e
1 changed files with 2 additions and 0 deletions
  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 #