ReduceAndSumMatrixData Interface

public interface ReduceAndSumMatrixData

Contents


Module Procedures

private subroutine ReduceAndSumMatrixData_lsr(matrix, gathered_matrix, communicator, helper)

Second routine to call for gathering and summing up the data.

Arguments

Type IntentOptional AttributesName
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) :: communicator

The communicator to send along.

type(ReduceHelper_t), intent(inout) :: helper

The helper associated with this gather.

private subroutine ReduceAndSumMatrixData_lsc(matrix, gathered_matrix, communicator, helper)

Second routine to call for gathering and summing up the data.

Arguments

Type IntentOptional AttributesName
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) :: communicator

The communicator to send along.

type(ReduceHelper_t), intent(inout) :: helper

The helper associated with this gather.