Fundamental Tag definitions. More...
Go to the source code of this file.
Namespaces | |
namespace | UG |
Macros | |
#define | TAG_STR(tag) #tag |
Variables | |
static const int | TagAny = -1 |
static const int | TAG_UG_FIRST = 0 |
static const int | TagTask = TAG_UG_FIRST + 0 |
static const int | TagTaskReceived = TAG_UG_FIRST + 1 |
static const int | TagDiffSubproblem = TAG_UG_FIRST + 2 |
static const int | TagRampUp = TAG_UG_FIRST + 3 |
static const int | TagSolution = TAG_UG_FIRST + 4 |
static const int | TagIncumbentValue = TAG_UG_FIRST + 5 |
static const int | TagSolverState = TAG_UG_FIRST + 6 |
static const int | TagCompletionOfCalculation = TAG_UG_FIRST + 7 |
static const int | TagNotificationId = TAG_UG_FIRST + 8 |
static const int | TagTerminateRequest = TAG_UG_FIRST + 9 |
static const int | TagInterruptRequest = TAG_UG_FIRST + 10 |
static const int | TagTerminated = TAG_UG_FIRST + 11 |
static const int | TagRacingRampUpParamSet = TAG_UG_FIRST + 12 |
static const int | TagWinner = TAG_UG_FIRST + 13 |
static const int | TagHardTimeLimit = TAG_UG_FIRST + 14 |
static const int | TagAckCompletion = TAG_UG_FIRST + 15 |
static const int | TagToken = TAG_UG_FIRST + 16 |
static const int | TAG_UG_BASE_LAST = TAG_UG_FIRST + 16 |
static const int | N_UG_BASE_TAGS = TAG_UG_BASE_LAST - TAG_UG_FIRST + 1 |
static const int | TAG_MPI_FIRST = TAG_UG_BASE_LAST + 1 |
static const int | TAG_MPI_LAST = TAG_MPI_FIRST - 1 |
static const int | N_MPI_TAGS = TAG_MPI_LAST - TAG_UG_FIRST + 1 |
-1 : no tag More... | |
static const int | TAG_UG_LAST = TAG_MPI_LAST |
static const int | N_UG_TAGS = TAG_UG_LAST - TAG_UG_FIRST + 1 |
static const int | TAG_TH_FIRST = TAG_UG_BASE_LAST + 1 |
static const int | TagParaInstance = TAG_TH_FIRST + 0 |
static const int | TAG_TH_LAST = TAG_TH_FIRST + 0 |
static const int | N_TH_TAGS = TAG_TH_LAST - TAG_UG_FIRST + 1 |
Fundamental Tag definitions.
Definition in file paraTagDef.h.
#define TAG_STR | ( | tag | ) | #tag |
Definition at line 40 of file paraTagDef.h.