ESMF_ArrayRedistEx Program

Variables

Type Attributes Name Initial
character(len=ESMF_MAXSTR) :: failMsg
character(len=ESMF_MAXSTR) :: testname
integer :: counter
integer :: finalrc
integer :: i
integer :: j
integer :: localPet
integer :: petCount
integer :: rc
integer :: result
real(kind=ESMF_KIND_R8), pointer :: farray2d(:,:)
type(ESMF_Array) :: dstArray
type(ESMF_Array) :: dstArray1
type(ESMF_Array) :: srcArray
type(ESMF_Array) :: srcArray1
type(ESMF_Array) :: srcArray2
type(ESMF_ArraySpec) :: arrayspec
type(ESMF_ArraySpec) :: arrayspec3d
type(ESMF_ArraySpec) :: arrayspec4d
type(ESMF_DistGrid) :: dstDistGrid
type(ESMF_DistGrid) :: srcDistGrid
type(ESMF_RouteHandle) :: redistHandle
type(ESMF_VM) :: vm