浏览代码

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 #