xref: /petsc/src/sys/mpiuni/ftn-src/somempifort.F90 (revision fe47926e25da74877699be282f3c4e2917342a05)
1!
2!
3      subroutine MPIUNISetModuleBlock()
4      use mpiuni
5      implicit none
6      call MPIUNISetFortranBasePointers(MPI_IN_PLACE)
7      end
8