dbcsr_repl_get_stored_coordinates Subroutine

public subroutine dbcsr_repl_get_stored_coordinates(matrix, row, column, processors)

Get all processors for a given row/col combination if matrix is replicated on each process subgroup.

Arguments

Type IntentOptional Attributes Name
type(dbcsr_tas_type), intent(in) :: matrix

tall-and-skinny matrix whose DBCSR submatrices are replicated matrices

integer, intent(in) :: row

row of a submatrix column of a submatrix

integer, intent(in) :: column

row of a submatrix column of a submatrix

integer, intent(out), DIMENSION(:) :: processors