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