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