Peano
Loading...
Searching...
No Matches
State.h
Go to the documentation of this file.
1// This file is part of the Peano project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#pragma once
4
5
6#include <string>
7
8
9namespace toolbox {
10 namespace loadbalancing {
72 }
73}
74
75
AutomatonState state
std::string toString(toolbox::loadbalancing::State state)
Definition State.cpp:5
State
State descriptor of load balancing.
Definition State.h:22
@ InterRankBalancing
We have completed the first two phases and try to balance between the ranks now to meet the load bala...
@ WaitForRoundRobinToken
You usually don't get this state when we query the configuration, i.e.
@ SwitchedOff
You usually don't get this state when we query the configuration, i.e.
@ Stagnation
You usually don't get this state when we query the configuration, i.e.
@ InterRankDistribution
Code has not yet spread out over all ranks but would like to do so now.
@ IntraRankDistribution
Code has spread over all ranks, but it has not spread over all cores yet, i.e.
@ IntraRankBalancing
The code is satisfied with the load balancing quality between the ranks and now spawns more partition...