Bläddra i källkod

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 15 år sedan
förälder
incheckning
bbfbe68c4f
1 ändrade filer med 2 tillägg och 5 borttagningar
  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					\