Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filepath | |||
type(dbcsr_distribution_type), | intent(in) | :: | distribution | |||
type(dbcsr_type), | intent(inout) | :: | matrix_new |
SUBROUTINE dbcsr_binary_read(filepath, distribution, matrix_new) CHARACTER(len=*), INTENT(IN) :: filepath TYPE(dbcsr_distribution_type), INTENT(IN) :: distribution TYPE(dbcsr_type), INTENT(INOUT) :: matrix_new CALL dbcsr_binary_read_prv(filepath, distribution%prv, matrix_new%prv) END SUBROUTINE dbcsr_binary_read