浏览代码

Move starpu_replay_mpi mpi tool to mpi/tools

Samuel Thibault 5 年之前
父节点
当前提交
0822cd5b17
共有 3 个文件被更改,包括 2 次插入6 次删除
  1. 0 4
      Makefile.am
  2. 1 1
      configure.ac
  3. 1 1
      mpi/Makefile.am

+ 0 - 4
Makefile.am

@@ -25,10 +25,6 @@ endif
 
 SUBDIRS += src
 
-if STARPU_USE_MPI
-SUBDIRS += mpi/src
-endif
-
 SUBDIRS += tools
 
 if BUILD_TESTS

+ 1 - 1
configure.ac

@@ -3519,7 +3519,6 @@ AC_OUTPUT([
 	Makefile
 	src/Makefile
 	tools/Makefile
-	tools/replay-mpi/Makefile
 	tools/starpu_env
 	tools/starpu_codelet_profile
 	tools/starpu_codelet_histo_profile
@@ -3570,6 +3569,7 @@ AC_OUTPUT([
 	mpi/src/Makefile
 	mpi/tests/Makefile
 	mpi/examples/Makefile
+	mpi/tools/Makefile
 	sc_hypervisor/Makefile
 	sc_hypervisor/src/Makefile
 	sc_hypervisor/examples/Makefile

+ 1 - 1
mpi/Makefile.am

@@ -16,7 +16,7 @@
 
 include $(top_srcdir)/starpu-subdirtests.mk
 
-SUBDIRS=src tests examples
+SUBDIRS=src tests examples tools
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libstarpumpi.pc starpumpi-1.0.pc starpumpi-1.1.pc starpumpi-1.2.pc starpumpi-1.3.pc