DLA-Future
DLA-Future copied to clipboard
Fix hang in `test_tridiag_solver_distributed` when removing `ensure_started`
Following the early release of the tiles happening in unwrap
in #930, it should be possible to remove the calls to ensure_started
in calcTolerance
and applyDeflation
. The test_tridiag_solver_distributed
is however hanging if both calls are removed.