瀏覽代碼

mpi/Makefile.am: revert previous commit as it was not intended to be committed

Nathalie Furmento 14 年之前
父節點
當前提交
6e69a0dd6b
共有 1 個文件被更改,包括 1 次插入20 次删除
  1. 1 20
      mpi/Makefile.am

+ 1 - 20
mpi/Makefile.am

@@ -16,8 +16,7 @@
 
 
 CC=$(MPICC)
 CC=$(MPICC)
 
 
-TESTS_ENVIRONMENT	=	$(shell dirname $(MPICC))/mpiexec -np 2
-TESTS			=	$(check_PROGRAMS)
+TESTS = $(check_PROGRAMS)
 
 
 check_PROGRAMS =
 check_PROGRAMS =
 
 
@@ -82,10 +81,6 @@ libstarpumpi_la_SOURCES =				\
 
 
 if !NO_BLAS_LIB
 if !NO_BLAS_LIB
 
 
-#check_PROGRAMS += 				\
-#	examples/mpi_lu/plu_example_float	\
-#	examples/mpi_lu/plu_example_double
-
 examplebin_PROGRAMS += 				\
 examplebin_PROGRAMS += 				\
 	examples/mpi_lu/plu_example_float	\
 	examples/mpi_lu/plu_example_float	\
 	examples/mpi_lu/plu_example_double
 	examples/mpi_lu/plu_example_double
@@ -111,20 +106,6 @@ examples_mpi_lu_plu_example_double_SOURCES =	\
 	$(top_srcdir)/examples/common/blas.c
 	$(top_srcdir)/examples/common/blas.c
 endif
 endif
 
 
-check_PROGRAMS +=				\
-	tests/pingpong					\
-	tests/mpi_test					\
-	tests/mpi_isend					\
-	tests/mpi_irecv					\
-	tests/mpi_isend_detached			\
-	tests/mpi_irecv_detached			\
-	tests/mpi_detached_tag				\
-	tests/ring					\
-	tests/ring_async				\
-	tests/ring_async_implicit			\
-	tests/block_interface				\
-	tests/block_interface_pinned
-
 mpiexamplebin_PROGRAMS =				\
 mpiexamplebin_PROGRAMS =				\
 	tests/pingpong					\
 	tests/pingpong					\
 	tests/mpi_test					\
 	tests/mpi_test					\