ソースを参照

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