Second routine to call for gathering and summing up the data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsr), | intent(in) | :: | matrix |
The matrix to send. |
||
integer, | intent(inout) | :: | comm |
The communicator to send along. |
||
type(Matrix_lsr), | intent(inout) | :: | gathered_matrix |
The matrix we are gathering. |
||
type(ReduceHelper_t), | intent(inout) | :: | helper |
The helper associated with this gather. |
Second routine to call for gathering and summing up the data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsc), | intent(in) | :: | matrix |
The matrix to send. |
||
integer, | intent(inout) | :: | comm |
The communicator to send along. |
||
type(Matrix_lsc), | intent(inout) | :: | gathered_matrix |
The matrix we are gathering. |
||
type(ReduceHelper_t), | intent(inout) | :: | helper |
The helper associated with this gather. |