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