![]() |
Rosetta
2021.16
|
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...
#include <basic/thread_manager/RosettaThreadManager.hh>#include <basic/thread_manager/RosettaThreadPool.hh>#include <basic/thread_manager/RosettaThreadAssignmentInfo.hh>#include <utility/pointer/memory.hh>#include <basic/Tracer.hh>#include <basic/options/option.hh>#include <basic/options/keys/multithreading.OptionKeys.gen.hh>#include <string>#include <cmath>Namespaces | |
| 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 | |
Variables | |
| static basic::Tracer | TR ("basic.thread_manager.RosettaThreadManager") |
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.
|
static |
1.8.7