瀏覽代碼

Fix mpi_nmad build

Samuel Thibault 7 年之前
父節點
當前提交
8a1e682f58
共有 1 個文件被更改,包括 4 次插入0 次删除
  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.
  */
 
+#include <starpu.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)
 {