dbcsr_tas_set_batched_state Subroutine

public subroutine dbcsr_tas_set_batched_state(matrix, state, opt_grid)

set state flags during batched multiplication

Arguments

Type IntentOptional Attributes Name
type(dbcsr_tas_type), intent(inout) :: matrix
integer, intent(in), optional :: state
  • 0 no batched MM
  • 1 batched MM but mm_storage not yet initialized
  • 2 batched MM and mm_storage requires update
  • 3 batched MM and mm_storage initialized
logical, intent(in), optional :: opt_grid

whether process grid was already optimized and should not be changed