Skip to content
Snippets Groups Projects
Commit 7a6c1031 authored by noraabiakar's avatar noraabiakar Committed by Benjamin Cumming
Browse files

task_system as part of an execution_context (#537)

- Task system is no longer a single system private to the implementation of the threading backend and used everywhere. A separate task_system can be used (with a specified number of threads) for every simulation.
- arb::execution_context is the interface to task_system  and the previously defined distributed_context
- TBB and serial support has been removed. Cthreads is the only threading backend available. 
parent 5da63dde
No related merge requests found
Showing
with 90 additions and 400 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment