Release v1.5.1 (branch release/1.5)
Fixes
- Guard the confined-pass/trap counter increments with
!$omp atomic updaterather than wrapping the whole branch in a critical region so each counter is updated safely without extra contention.
Release v1.5.1 (branch release/1.5)
!$omp atomic update rather than wrapping the whole branch in a critical region so each counter is updated safely without extra contention.