瀏覽代碼

StarPU-MPI: rename tests/insert_task.c into examples/stencil/stencil5.c

Nathalie Furmento 14 年之前
父節點
當前提交
1f78d39aa2
共有 2 個文件被更改,包括 9 次插入10 次删除
  1. 9 10
      mpi/Makefile.am
  2. 0 0
      mpi/examples/stencil/stencil5.c

+ 9 - 10
mpi/Makefile.am

@@ -75,10 +75,17 @@ include_HEADERS =					\
 libstarpumpi_la_SOURCES =				\
 	starpu_mpi.c					\
 	starpu_mpi_helper.c				\
-	starpu_mpi_datatype.c				\
-	starpu_mpi_insert_task.c
+	starpu_mpi_datatype.c
 
 
+examplebin_PROGRAMS +=				\
+	examples/stencil/stencil5
+
+examples_stencil_stencil5_LDADD =		\
+	libstarpumpi.la
+examples_stencil_stencil5_SOURCES =		\
+	examples/stencil/stencil5.c
+
 ##################
 # MPI LU example #
 ##################
@@ -123,7 +130,6 @@ check_PROGRAMS +=				\
 	tests/ring_async_implicit			\
 	tests/block_interface				\
 	tests/block_interface_pinned			\
-	tests/insert_task				\
 	tests/multiple_send
 
 testbin_PROGRAMS =				\
@@ -139,7 +145,6 @@ testbin_PROGRAMS =				\
 	tests/ring_async_implicit			\
 	tests/block_interface				\
 	tests/block_interface_pinned			\
-	tests/insert_task				\
 	tests/multiple_send
 
 tests_mpi_isend_LDADD =					\
@@ -214,12 +219,6 @@ tests_block_interface_pinned_LDADD =			\
 tests_block_interface_pinned_SOURCES =			\
 	tests/block_interface_pinned.c
 
-tests_insert_task_LDADD =				\
-	libstarpumpi.la
-
-tests_insert_task_SOURCES =				\
-	tests/insert_task.c
-
 tests_multiple_send_LDADD =				\
 	libstarpumpi.la
 

mpi/tests/insert_task.c → mpi/examples/stencil/stencil5.c