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