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