소스 검색

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					\
 	cg/cg					\
 	pipeline/pipeline
 	pipeline/pipeline
 
 
+if !STARPU_USE_MPI_MASTER_SLAVE
 TESTS += \
 TESTS += \
 	heat/heat.sh				\
 	heat/heat.sh				\
 	lu/lu.sh
 	lu/lu.sh
 
 
 endif
 endif
 endif
 endif
+endif
 
 
 if !STARPU_SIMGRID
 if !STARPU_SIMGRID