浏览代码

multiple calls of MPI app is not allowed in shell script

Corentin Salingue 8 年之前
父节点
当前提交
c79052d75a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      examples/Makefile.am

+ 2 - 0
examples/Makefile.am

@@ -303,12 +303,14 @@ STARPU_EXAMPLES +=				\
 	cg/cg					\
 	pipeline/pipeline
 
+if !STARPU_USE_MPI_MASTER_SLAVE
 TESTS += \
 	heat/heat.sh				\
 	lu/lu.sh
 
 endif
 endif
+endif
 
 if !STARPU_SIMGRID