Sum a real quantity over all ranks of a communicator, in place
Sum an array over all ranks of a communicator
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | comm |
MPI communicator handle |
||
| real(kind=wp), | intent(inout), | contiguous | :: | val(:) |
Values to reduce |
|
| type(error_type), | intent(out), | allocatable | :: | error |
Error handling |
Sum a matrix over all ranks of a communicator
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | comm |
MPI communicator handle |
||
| real(kind=wp), | intent(inout), | contiguous, target | :: | val(:,:) |
Values to reduce |
|
| type(error_type), | intent(out), | allocatable | :: | error |
Error handling |