xref: /petsc/src/sys/mpiuni/ftn-mod/mpiunimod.F90 (revision edb0e59d3c097acd4a4005a4e51d4daa5c739255)
16dd63270SBarry Smithmodule mpiuni
2fe66ebccSMartin Diehl  use, 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 Smithend module mpiuni
9