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