Rosetta
|
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 <utility/pointer/owning_ptr.hh>
#include <utility/pointer/access_ptr.hh>
#include <functional>
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 | |
Typedefs | |
typedef utility::pointer::shared_ptr< RosettaThreadManager > | basic::thread_manager::RosettaThreadManagerOP |
typedef utility::pointer::shared_ptr< RosettaThreadManager const > | basic::thread_manager::RosettaThreadManagerCOP |
typedef utility::pointer::weak_ptr< RosettaThreadManager > | basic::thread_manager::RosettaThreadManagerAP |
typedef utility::pointer::weak_ptr< RosettaThreadManager const > | basic::thread_manager::RosettaThreadManagerCAP |
typedef std::function< void() > | basic::thread_manager::RosettaThreadFunction |
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.