소스 검색

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

Olivier Aumage 8 년 전
부모
커밋
7bc3e0cb7f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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