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