Explorar o código

Fix mpi_nmad build

Samuel Thibault %!s(int64=7) %!d(string=hai) anos
pai
achega
8a1e682f58
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      mpi/src/starpu_mpi_req.c

+ 4 - 0
mpi/src/starpu_mpi_req.c

@@ -17,7 +17,11 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
  */
 
 
+#include <starpu.h>
 #include <starpu_mpi_private.h>
 #include <starpu_mpi_private.h>
+#if defined(STARPU_USE_MPI_NMAD)
+#include <pioman.h>
+#endif
 
 
 void _starpu_mpi_request_init(struct _starpu_mpi_req **req)
 void _starpu_mpi_request_init(struct _starpu_mpi_req **req)
 {
 {