OpenMP - Switch to `default(none)`

Issue #234 resolved
David Dickinson created an issue

It is usually recommended to use default(none) in OpenMP parallel regions. Our current implementation doesn’t follow this and this can lead to hard to spot bugs, such as that fixed in PR #722. We should switch strategy to follow the recommended approach. This should be straightforward, if tedious.

Comments (2)

  1. Log in to comment