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