Browse Source

multiple calls of MPI app is not allowed in shell script

Corentin Salingue 8 years ago
parent
commit
c79052d75a
1 changed files with 2 additions and 0 deletions
  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