ReduceAndComposeMatrixSizes Interface

public interface ReduceAndComposeMatrixSizes

Contents


Module Procedures

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

The first routine to call, gathers the sizes of the data to be sent.

Arguments

Type IntentOptional AttributesName
type(Matrix_lsr), intent(in) :: matrix

The matrix to send.

integer, intent(inout) :: communicator

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.

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

The first routine to call, gathers the sizes of the data to be sent.

Arguments

Type IntentOptional AttributesName
type(Matrix_lsc), intent(in) :: matrix
integer, intent(inout) :: communicator
type(Matrix_lsc), intent(inout) :: gathered_matrix

The matrix we are gathering.

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