Support for multi-threaded sort
* `nest::mc::threading::sort` is analogous to `std::sort` * when using TBB the `tbb::parallel_sort` is used * otherwise `std::sort` is used * used to parallelise connection construction during setup * now all initialization and simulation is multi-threaded * added a unit test
Showing
- src/communication/communicator.hpp 1 addition, 1 deletionsrc/communication/communicator.hpp
- src/threading/serial.hpp 15 additions, 1 deletionsrc/threading/serial.hpp
- src/threading/tbb.hpp 15 additions, 0 deletionssrc/threading/tbb.hpp
- tests/unit/test_algorithms.cpp 22 additions, 0 deletionstests/unit/test_algorithms.cpp
Please register or sign in to comment