xref: /petsc/src/sys/mpiuni/ftn-mod/mpiunimod.F90 (revision fe66ebcc023cb303106674d426ee542bea707d38)
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