Rosetta
dag_node_managers Directory Reference
Directory dependency graph for dag_node_managers:
src/protocols/jd3/dag_node_managers

Files

file  EvenlyPartitionedNodeManager.cc
 Auto-generated serialization template functions.
 
file  EvenlyPartitionedNodeManager.fwd.hh
 
file  EvenlyPartitionedNodeManager.hh
 Node Manager that separates job results into different pools of equal size. Assignment of job results into pools is determined by you, the user, in the form of the "partition" argument in register_result(). If you are implementing a result threshold, this will also be evenly divided among all of the partitions.
 
file  NodeManager.cc
 Base class for the family of JD3 Node Managers. This class is intended to offload some of the result-sorting logic from a Job Queen for a single job-dag node.
 
file  NodeManager.fwd.hh
 
file  NodeManager.hh
 Base class for the family of JD3 Node Managers. This class is intended to offload some of the result-sorting logic from a Job Queen for a single job-dag node.
 
file  NodeManagerStorageMatrix.cc
 
file  NodeManagerStorageMatrix.fwd.hh
 
file  NodeManagerStorageMatrix.hh
 
file  SimpleNodeManager.cc
 Auto-generated serialization template functions.
 
file  SimpleNodeManager.fwd.hh
 
file  SimpleNodeManager.hh
 Node Manager that does not discriminate between job results. All results are added to the same pool.