Ver código fonte

Build mpi/src before tools, for starpu_replay_mpi

Samuel Thibault 5 anos atrás
pai
commit
f35f1ac893
1 arquivos alterados com 4 adições e 0 exclusões
  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