16dd63270SBarry Smith module mpiuni 2*fe66ebccSMartin Diehluse, intrinsic :: ISO_C_binding 36dd63270SBarry Smith#include <petsc/mpiuni/mpif.h> 46dd63270SBarry Smith integer MPI_IN_PLACE 56dd63270SBarry Smith#if defined(_WIN32) && defined(PETSC_USE_SHARED_LIBRARIES) 66dd63270SBarry Smith!DEC$ ATTRIBUTES DLLEXPORT::MPI_IN_PLACE 76dd63270SBarry Smith#endif 86dd63270SBarry Smith end module 9