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