Browse Source

Build mpi/src before tools, for starpu_replay_mpi

Samuel Thibault 5 years ago
parent
commit
f35f1ac893
1 changed files with 4 additions and 0 deletions
  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