Skip to content

Parallel init

Loic Hausammann requested to merge parallel_init into master

When doing the first initialization, we are looping over all particles with a single thread. In my implementation, we are now using threadpool_map to do it on multiple threads.

Merge request reports