Skip to content

Logger history thread safe

Loic Hausammann requested to merge logger_history_thread_safe into master

Currently the logger history is not thread safe.

Here I am simply adding a lock to the class. We use this function every time we remove/create a particle from/on a MPI rank.

Merge request reports