Browse Source
On OpenMP single core systems only the first thread launched. It means that only the UI updating thread was running, without the one responsible for actual computation. It is fixed by enforcing at least two threads.pull/5/merge
2 changed files with 10 additions and 3 deletions
Loading…
Reference in new issue