Reduce and sum the matrices in one step. If you use this method, you lose the opportunity for overlapping communication.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsr), | intent(in) | :: | matrix | The matrix to send. |
||
type(Matrix_lsr), | intent(inout) | :: | gathered_matrix | The matrix we are gathering. |
||
integer, | intent(inout) | :: | comm | The communicator to send along. |
Reduce and sum the matrices in one step. If you use this method, you lose the opportunity for overlapping communication.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsc), | intent(in) | :: | matrix | The matrix to send. |
||
type(Matrix_lsc), | intent(inout) | :: | gathered_matrix | The matrix we are gathering. |
||
integer, | intent(inout) | :: | comm | The communicator to send along. |