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