GatherMatrixColumn Interface

public interface GatherMatrixColumn

Contents


Module Procedures

private subroutine GatherMatrixColumn_r(local_matrix, column_matrix, process_grid)

A helper routine that gathers the matrices in the same column into one.

Arguments

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

The local matrix on each process.

type(Matrix_lsr), intent(inout) :: column_matrix

The final result.

type(ProcessGrid_t), intent(inout) :: process_grid

The process grid to operate on.