Get all processors for a given row/col combination if matrix is replicated on each process subgroup.
Type | Intent | Optional | 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 |