Have option to set thread count to local maximum (#1716)
* Pyarb specific. * `proc_allocation_shim()` throws error if user sets threads to zero. * `arbor.context` constructor accepts `threads` set to `"avail_threads"`, which sets the number of threads to `arbenv::thread_concurrency()` * This introduces a dependency on arbenv for Pyarb. * Docs and tests added. Fixes #1692
Showing
- arbor/arbexcept.cpp 5 additions, 0 deletionsarbor/arbexcept.cpp
- arbor/include/arbor/arbexcept.hpp 14 additions, 0 deletionsarbor/include/arbor/arbexcept.hpp
- doc/python/hardware.rst 3 additions, 3 deletionsdoc/python/hardware.rst
- python/CMakeLists.txt 2 additions, 2 deletionspython/CMakeLists.txt
- python/context.cpp 55 additions, 34 deletionspython/context.cpp
- python/pyarb.cpp 1 addition, 0 deletionspython/pyarb.cpp
- python/test/unit/test_contexts.py 11 additions, 1 deletionpython/test/unit/test_contexts.py
Please register or sign in to comment