Solver pool. More...
#include <cstdlib>#include <map>#include "paraTask.h"#include "paraTimer.h"#include "paraRacingRampUpParamSet.h"#include "paraSolverTerminationState.h"#include "paraDeterministicTimer.h"Go to the source code of this file.
Classes | |
| class | ParaSolverPool |
| class ParaSolverPool (Solver Pool base class) More... | |
| class | ParaRacingSolverPool |
| class ParaRacingSolverPool (Racing Solver Pool) More... | |
Namespaces | |
| namespace | UG |
Macros | |
| #define | SOLVER_POOL_INDEX(rank) ( rank - originRank ) |
Typedefs | |
| typedef ParaSolverPoolElement * | ParaSolverPoolElementPtr |
Enumerations | |
| enum | SolverStatus { Inactive , Racing , RacingEvaluation , Active , Reserved , Dead , InterruptRequested , TerminateRequested , Terminated } |
Solver pool.
Definition in file paraSolverPool.h.
| #define SOLVER_POOL_INDEX | ( | rank | ) | ( rank - originRank ) |
Definition at line 55 of file paraSolverPool.h.