Writing to std::unordered_map in parallel leads to std::out_of_range exception
I am trying to fill a std::unordered_map
in parallel (OpenMP). A very simplified version of my current approach would be as follows:
I am trying to fill a std::unordered_map
in parallel (OpenMP). A very simplified version of my current approach would be as follows: