Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential deadlocks during parallel simplification (#1844)
For larger models, I experienced occassional deadlocks during import. Unclear why. Most such issues seem to be related to forking, so let's do without.
- Loading branch information