| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_VM), | intent(in) | :: | vm | |||
| integer(kind=ESMF_KIND_I4), | intent(in) | :: | sendbuf | |||
| integer(kind=ESMF_KIND_I4), | intent(inout) | :: | recvbuf | |||
| integer, | intent(in) | :: | cnt | |||
| integer, | intent(out), | optional | :: | RC |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_VM), | intent(in) | :: | vm | |||
| real(kind=ESMF_KIND_R4), | intent(in) | :: | sendbuf | |||
| real(kind=ESMF_KIND_R4), | intent(inout) | :: | recvbuf | |||
| integer, | intent(in) | :: | cnt | |||
| integer, | intent(out), | optional | :: | RC |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_VM), | intent(in) | :: | vm | |||
| real(kind=ESMF_KIND_R8), | intent(in) | :: | sendbuf | |||
| real(kind=ESMF_KIND_R8), | intent(inout) | :: | recvbuf | |||
| integer, | intent(in) | :: | cnt | |||
| integer, | intent(out), | optional | :: | RC |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_VM), | intent(in) | :: | vm | |||
| integer(kind=ESMF_KIND_I4), | intent(in) | :: | sendbuf(:) | |||
| integer(kind=ESMF_KIND_I4), | intent(inout) | :: | recvbuf(:) | |||
| integer, | intent(in) | :: | cnt | |||
| integer, | intent(out), | optional | :: | RC |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_VM), | intent(in) | :: | vm | |||
| real(kind=ESMF_KIND_R4), | intent(in) | :: | sendbuf(:) | |||
| real(kind=ESMF_KIND_R4), | intent(inout) | :: | recvbuf(:) | |||
| integer, | intent(in) | :: | cnt | |||
| integer, | intent(out), | optional | :: | RC |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_VM), | intent(in) | :: | vm | |||
| real(kind=ESMF_KIND_R8), | intent(in) | :: | sendbuf(:) | |||
| real(kind=ESMF_KIND_R8), | intent(inout) | :: | recvbuf(:) | |||
| integer, | intent(in) | :: | cnt | |||
| integer, | intent(out), | optional | :: | RC |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_VM), | intent(in) | :: | vm | |||
| integer(kind=ESMF_KIND_I4), | intent(in) | :: | sendbuf(:,:) | |||
| integer(kind=ESMF_KIND_I4), | intent(inout) | :: | recvbuf(:,:) | |||
| integer, | intent(in) | :: | cnt | |||
| integer, | intent(out), | optional | :: | RC |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_VM), | intent(in) | :: | vm | |||
| real(kind=ESMF_KIND_R4), | intent(in) | :: | sendbuf(:,:) | |||
| real(kind=ESMF_KIND_R4), | intent(inout) | :: | recvbuf(:,:) | |||
| integer, | intent(in) | :: | cnt | |||
| integer, | intent(out), | optional | :: | RC |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_VM), | intent(in) | :: | vm | |||
| real(kind=ESMF_KIND_R8), | intent(in) | :: | sendbuf(:,:) | |||
| real(kind=ESMF_KIND_R8), | intent(inout) | :: | recvbuf(:,:) | |||
| integer, | intent(in) | :: | cnt | |||
| integer, | intent(out), | optional | :: | RC |