Merge branch 'engine_barrier' into 'master'
Engine barrier Following the results in the `threadpool_task_plots` branch, I've replaced the elaborate hand-crafted `engine_barrier` function by two `pthread_barrier`s. As a result, the runner threads should all start, and synchronize, faster. See merge request !386
Please register or sign in to comment