Sfoglia il codice sorgente

multiple calls of MPI app is not allowed in shell script

Corentin Salingue 8 anni fa
parent
commit
c79052d75a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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