Parcourir la source

Build mpi/src before tools, for starpu_replay_mpi

Samuel Thibault il y a 5 ans
Parent
commit
f35f1ac893
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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