瀏覽代碼

Build mpi/src before tools, for starpu_replay_mpi

Samuel Thibault 5 年之前
父節點
當前提交
f35f1ac893
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Makefile.am

+ 4 - 0
Makefile.am

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