Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_mm_csr_type), | intent(inout) | :: | this | |||
type(dbcsr_type), | intent(in) | :: | left | |||
type(dbcsr_type), | intent(in) | :: | right |
SUBROUTINE dbcsr_mm_csr_purge_stacks(this, left, right)
TYPE(dbcsr_mm_csr_type), INTENT(INOUT) :: this
TYPE(dbcsr_type), INTENT(IN) :: left, right
CALL flush_stacks(this, left, right, purge=.TRUE.)
CALL dbcsr_mm_sched_barrier()
END SUBROUTINE dbcsr_mm_csr_purge_stacks