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