ソースを参照

skip microbenchs because mpirun has strange behaviors with bash scripts

Corentin Salingue 8 年 前
コミット
8bba78df50
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      tests/Makefile.am

+ 2 - 0
tests/Makefile.am

@@ -364,8 +364,10 @@ examplebin_SCRIPTS = \
 	microbenchs/tasks_size_overhead.gp \
 	microbenchs/tasks_size_overhead.sh
 if !STARPU_SIMGRID
+if !STARPU_USE_MPI_MASTER_SLAVE
 TESTS += microbenchs/tasks_size_overhead_scheds.sh
 endif
+endif
 
 if STARPU_HAVE_WINDOWS
 check_PROGRAMS	=	$(myPROGRAMS)