module mpiuni use, intrinsic :: ISO_C_binding #include integer :: MPI_IN_PLACE #if defined(_WIN32) && defined(PETSC_USE_SHARED_LIBRARIES) !DEC$ ATTRIBUTES DLLEXPORT::MPI_IN_PLACE #endif end module mpiuni