xref: /petsc/src/sys/mpiuni/ftn-mod/mpiunimod.F90 (revision b547d71c1c518418f5bd567d3db9f86a4dbb9f85)
1        module mpiuni
2use, intrinsic :: ISO_C_binding
3#include <petsc/mpiuni/mpif.h>
4         integer :: MPI_IN_PLACE
5#if defined(_WIN32) && defined(PETSC_USE_SHARED_LIBRARIES)
6!DEC$ ATTRIBUTES DLLEXPORT::MPI_IN_PLACE
7#endif
8        end module mpiuni
9