Window initialization function for vector data
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | CONTIGUOUS, DIMENSION(:) | :: | base | |||
| type(mp_comm_type), | intent(in) | :: | comm | |||
| type(mp_win_type), | intent(out) | :: | win |
Window initialization function for vector data
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | CONTIGUOUS, DIMENSION(:) | :: | base | |||
| type(mp_comm_type), | intent(in) | :: | comm | |||
| type(mp_win_type), | intent(out) | :: | win |
Window initialization function for vector data
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | CONTIGUOUS, DIMENSION(:) | :: | base | |||
| type(mp_comm_type), | intent(in) | :: | comm | |||
| type(mp_win_type), | intent(out) | :: | win |
Window initialization function for vector data
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | CONTIGUOUS, DIMENSION(:) | :: | base | |||
| type(mp_comm_type), | intent(in) | :: | comm | |||
| type(mp_win_type), | intent(out) | :: | win |
Window initialization function for vector data
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | CONTIGUOUS, DIMENSION(:) | :: | base | |||
| type(mp_comm_type), | intent(in) | :: | comm | |||
| type(mp_win_type), | intent(out) | :: | win |
Window initialization function for vector data
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | CONTIGUOUS, DIMENSION(:) | :: | base | |||
| type(mp_comm_type), | intent(in) | :: | comm | |||
| type(mp_win_type), | intent(out) | :: | win |