A manager that maintains a threadpool and handles requests for threads for multithreaded execution of functions. This allows multithreading at many different levels in the Rosetta library hierarchy, from job-level parallel execution down to parallel computation of a score, gradient vector, or interaction graph.
More...
|
| | basic |
| | Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input.
|
| |
| | basic::thread_manager |
| |
A manager that maintains a threadpool and handles requests for threads for multithreaded execution of functions. This allows multithreading at many different levels in the Rosetta library hierarchy, from job-level parallel execution down to parallel computation of a score, gradient vector, or interaction graph.
- Note
- In single-threaded builds, this object still exists. It accepts vectors of work and executes them directly, in this case.
- Author
- Vikram K. Mulligan (vmull.nosp@m.igan.nosp@m.@flat.nosp@m.iron.nosp@m.insti.nosp@m.tute.nosp@m..org)
◆ TR
| basic::Tracer TR("basic.thread_manager.RosettaThreadManager") |
( |
"basic.thread_manager.RosettaThreadManager" |
| ) |
|
|
static |