Przeglądaj źródła

- add HAVE_MPI_COMM_F2C to starpu_config.h.in to match corresponding AC_DEFINE introduced in r18326

Olivier Aumage 8 lat temu
rodzic
commit
7bc3e0cb7f
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      include/starpu_config.h.in

+ 3 - 0
include/starpu_config.h.in

@@ -137,4 +137,7 @@ typedef ssize_t starpu_ssize_t;
 /* This is only for building examples */
 #undef STARPU_HAVE_HELGRIND_H
 
+/* Enable Fortran to C MPI interface */
+#undef  HAVE_MPI_COMM_F2C
+
 #endif