浏览代码

Disable LU MPI simgrid test

We do not include performance models for them
Samuel Thibault 5 年之前
父节点
当前提交
fb71c7c408
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      mpi/examples/Makefile.am

+ 2 - 0
mpi/examples/Makefile.am

@@ -140,9 +140,11 @@ examplebin_PROGRAMS += 			\
 	mpi_lu/plu_outofcore_example_float	\
 	mpi_lu/plu_outofcore_example_double
 
+if !STARPU_SIMGRID
 starpu_mpi_EXAMPLES	+=	\
 	mpi_lu/plu_implicit_example_float	\
 	mpi_lu/plu_implicit_example_double
+endif
 
 mpi_lu_plu_example_float_LDADD =	\
 	$(STARPU_LIBNUMA_LDFLAGS)				\