
Go to the source code of this file.
Data Structures | |
| class | CkMemCheckPTInfo |
| class | CkDiskCheckPTInfo |
Functions | |
| void | noopck (const char *,...) |
| CpvDeclare (int, _crashedNode) | |
| CpvDeclare (CkProcCheckPTMessage *, procChkptBuf) | |
| checkpoint buffer for processor system data, remove static to make icpc 10.1 pass with -O | |
| int | ChkptOnPe (int pe) |
| static void | _handleProcData (PUP::er &p) |
Variables | |
| int | _memChkptOn = 1 |
| CkGroupID | ckCheckPTGroupID |
| static int | checkpointed = 0 |
| char * | killFile |
| int | killFlag = 0 |
| double | killTime = 0.0 |
| void noopck | ( | const char * | , | |
| ... | ||||
| ) |
Definition at line 50 of file ckmemcheckpoint.C.
| CpvDeclare | ( | int | , | |
| _crashedNode | ||||
| ) |
| CpvDeclare | ( | CkProcCheckPTMessage * | , | |
| procChkptBuf | ||||
| ) |
checkpoint buffer for processor system data, remove static to make icpc 10.1 pass with -O
Definition at line 101 of file ckmemcheckpoint.C.
References Converse::CkNumPes().
Referenced by CkMemCheckPT::isMaster(), and CkMemCheckPT::sendProcData().
| static void _handleProcData | ( | PUP::er & | p | ) | [inline, static] |
Definition at line 474 of file ckmemcheckpoint.C.
References Converse::CkMyPe(), BGConverse::CkMyRank(), CkPupChareData(), CkPupGroupData(), CkPupMainChareData(), CkPupNodeGroupData(), and CkPupROData().
Referenced by CkMemCheckPT::isMaster(), and CkMemCheckPT::sendProcData().
| int _memChkptOn = 1 |
Definition at line 78 of file ckmemcheckpoint.C.
Definition at line 80 of file ckmemcheckpoint.C.
int checkpointed = 0 [static] |
Definition at line 82 of file ckmemcheckpoint.C.
Definition at line 93 of file ckmemcheckpoint.C.
1.5.5