Explorar o código

We don't include the MPI examples in the "make check" since they have to be run
in a specific environment with mpirun.

Cédric Augonnet %!s(int64=15) %!d(string=hai) anos
pai
achega
bbfbe68c4f
Modificáronse 1 ficheiros con 2 adicións e 5 borrados
  1. 2 5
      mpi/Makefile.am

+ 2 - 5
mpi/Makefile.am

@@ -44,12 +44,9 @@ libstarpumpi_la_SOURCES =				\
 	starpu_mpi.c					\
 	starpu_mpi_datatype.c
 
+mpiexamplebindir=$(libdir)/starpu/mpi/
 
-TESTS = $(check_PROGRAMS)
-
-check_PROGRAMS =
-
-check_PROGRAMS +=					\
+mpiexamplebin_PROGRAMS =				\
 	tests/pingpong					\
 	tests/mpi_isend					\
 	tests/mpi_irecv					\