Parallelize parts of model initialization (#980)
* Use the task system to parallelize parts of the model initialization phase, namely cell building,`fvm_cv_discretize` and `fvm_build_mechanism_data`. Fixes #634
Showing
- arbor/fvm_layout.cpp 15 additions, 6 deletionsarbor/fvm_layout.cpp
- arbor/fvm_layout.hpp 3 additions, 2 deletionsarbor/fvm_layout.hpp
- arbor/fvm_lowered_cell_impl.hpp 13 additions, 11 deletionsarbor/fvm_lowered_cell_impl.hpp
- arbor/include/arbor/cable_cell.hpp 2 additions, 0 deletionsarbor/include/arbor/cable_cell.hpp
- test/unit/test_fvm_lowered.cpp 5 additions, 5 deletionstest/unit/test_fvm_lowered.cpp
Please register or sign in to comment