| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | comm | |||
| real(kind=dp), | intent(inout) | :: | buffer | |||
| type(MPI_Op), | intent(in), | optional | :: | op |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | comm | |||
| real(kind=dp), | intent(inout) | :: | buffer(:) | |||
| integer, | intent(in), | optional | :: | count | ||
| type(MPI_Op), | intent(in), | optional | :: | op |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | comm | |||
| real(kind=sp), | intent(inout) | :: | buffer | |||
| type(MPI_Op), | intent(in), | optional | :: | op |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | comm | |||
| real(kind=sp), | intent(inout) | :: | buffer(:) | |||
| integer, | intent(in), | optional | :: | count | ||
| type(MPI_Op), | intent(in), | optional | :: | op |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | comm | |||
| integer(kind=int32), | intent(inout) | :: | buffer | |||
| type(MPI_Op), | intent(in), | optional | :: | op |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | comm | |||
| integer(kind=int32), | intent(inout) | :: | buffer(:) | |||
| integer, | intent(in), | optional | :: | count | ||
| type(MPI_Op), | intent(in), | optional | :: | op |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | comm | |||
| real(kind=dp), | intent(in) | :: | sendbuf | |||
| real(kind=dp), | intent(out) | :: | recvbuf | |||
| type(MPI_Op), | intent(in), | optional | :: | op |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | comm | |||
| real(kind=dp), | intent(in) | :: | sendbuf(:) | |||
| real(kind=dp), | intent(out) | :: | recvbuf(:) | |||
| integer, | intent(in), | optional | :: | count | ||
| type(MPI_Op), | intent(in), | optional | :: | op |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | comm | |||
| real(kind=sp), | intent(in) | :: | sendbuf | |||
| real(kind=sp), | intent(out) | :: | recvbuf | |||
| type(MPI_Op), | intent(in), | optional | :: | op |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | comm | |||
| real(kind=sp), | intent(in) | :: | sendbuf(:) | |||
| real(kind=sp), | intent(out) | :: | recvbuf(:) | |||
| integer, | intent(in), | optional | :: | count | ||
| type(MPI_Op), | intent(in), | optional | :: | op |