ConstructRankLookup Subroutine

public subroutine ConstructRankLookup(AMat, process_grid, col_root_lookup)

Construct a lookup for columns

Arguments

Type IntentOptional Attributes Name
type(Matrix_ps), intent(in) :: AMat

Matrix we are computing.

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

Grid we are computing along.

integer, intent(inout), DIMENSION(:) :: col_root_lookup

The lookup we are computing.


Contents