소스 검색

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

Nathalie Furmento 6 년 전
부모
커밋
8e78d1bd1e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 #