Rosetta
Namespaces | Variables
RosettaThreadManager.cc File Reference

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/RosettaThreadAssignmentInfo.fwd.hh>
#include <basic/Tracer.hh>

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")
 

Detailed Description

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)

Variable Documentation

◆ TR

basic::Tracer TR("basic.thread_manager.RosettaThreadManager") ( "basic.thread_manager.RosettaThreadManager"  )
static