dbcsr_t_copy_nocomm Subroutine

private subroutine dbcsr_t_copy_nocomm(tensor_in, tensor_out, summation)

copy without communication, requires that both tensors have same process grid and distribution

Arguments

Type IntentOptional Attributes Name
type(dbcsr_t_type), intent(inout) :: tensor_in
type(dbcsr_t_type), intent(inout) :: tensor_out
logical, intent(in), optional :: summation

Whether to sum matrices b = a + b