We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee1554 commit 36890a0Copy full SHA for 36890a0
tests/charm++/periodic/periodic.C
@@ -34,7 +34,11 @@ class main : public CBase_main {
34
delete msg;
35
36
mProxy = thisProxy;
37
+ #ifdef CALL_FN_AFTER
38
startTime = CkWallTimer();
39
+ #else
40
+ startTime = 0.0;
41
+ #endif
42
gProxy = CProxy_testGroup::ckNew(COUNTER_MAX);
43
CkPrintf("Testing Converse periodic callbacks on %d PEs for %d seconds\n",
44
CkNumPes(), COUNTER_MAX);
0 commit comments