BioDynaMo
v1.05.120-25dc9790
|
#include <load_balancing_op.h>
Public Member Functions | |
BDM_OP_HEADER (LoadBalancingOp) | |
void | operator() () override |
Public Member Functions inherited from bdm::StandaloneOperationImpl | |
void | operator() (Agent *agent) override |
bool | IsStandalone () override |
Returns whether or not this operations is a stand-alone operation. More... | |
Public Member Functions inherited from bdm::OperationImpl | |
virtual | ~OperationImpl ()=default |
virtual void | SetUp () |
virtual void | TearDown () |
virtual OperationImpl * | Clone ()=0 |
bool | IsGpuOperation () const |
Returns whether or not this operation is supposed to run on a GPU. More... | |
Additional Inherited Members | |
Public Attributes inherited from bdm::OperationImpl | |
OpComputeTarget | target_ = kCpu |
The target that this operation implementation is supposed to run on. More... | |
A operation that balances the agents among the available NUMA domains in order to minimize crosstalk. This operation invalidates the AgentHandles in the ResourceManager
Definition at line 27 of file load_balancing_op.h.
bdm::LoadBalancingOp::BDM_OP_HEADER | ( | LoadBalancingOp | ) |
|
inlineoverridevirtual |
Implements bdm::OperationImpl.
Definition at line 30 of file load_balancing_op.h.