Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix | |||
logical, | intent(in), | optional | :: | fast |
SUBROUTINE dbcsr_distribute(matrix, fast) TYPE(dbcsr_type), INTENT(INOUT) :: matrix LOGICAL, INTENT(in), OPTIONAL :: fast CALL dbcsr_distribute_prv(matrix%prv, fast) END SUBROUTINE dbcsr_distribute