xref: /petsc/src/sys/mpiuni/ftn-mod/mpiunimod.F90 (revision 37cc6f304616a29cbb1c64b2a582f7f770743237)
16dd63270SBarry Smith        module mpiuni
2fe66ebccSMartin Diehluse, intrinsic :: ISO_C_binding
36dd63270SBarry Smith#include <petsc/mpiuni/mpif.h>
4*37cc6f30SBarry 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
8*37cc6f30SBarry Smith        end module mpiuni
9