dist_compatible Function

private function dist_compatible(mat_a, mat_b, split_rc_a, split_rc_b, unit_nr)

Check whether matrices have same distribution and same split.

Arguments

Type IntentOptional Attributes Name
type(dbcsr_tas_type), intent(in) :: mat_a
type(dbcsr_tas_type), intent(in) :: mat_b
integer, intent(in) :: split_rc_a
integer, intent(in) :: split_rc_b
integer, intent(in), optional :: unit_nr

Return Value logical