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