f_ESMF_VMGlobalGet Subroutine

subroutine f_ESMF_VMGlobalGet(localPet, petCount)

Uses

Arguments

Type IntentOptional Attributes Name
integer, intent(out), optional :: localPet
integer, intent(out), optional :: petCount

Source Code

subroutine f_ESMF_VMGlobalGet(localPet, petCount)
  use ESMF_VMMod
  
  implicit none
  
  integer, intent(out), optional  :: localPet
  integer, intent(out), optional  :: petCount
    
  call ESMF_VMGet(GlobalVM, localPet=localPet, petCount=petCount)
  
end subroutine f_ESMF_VMGlobalGet