Explorar el Código

Build mpi/src before tools, for starpu_replay_mpi

Samuel Thibault hace 5 años
padre
commit
f35f1ac893
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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