Skip to content

Commit

Permalink
Revert "Use CallFnAfter instead of CallOnConditionKeep (#3841)"
Browse files Browse the repository at this point in the history
This reverts commit 36890a0.
  • Loading branch information
ritvikrao authored Oct 4, 2024
1 parent 36890a0 commit 8e047c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/charm++/periodic/periodic.C
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ class main : public CBase_main {
delete msg;

mProxy = thisProxy;
#ifdef CALL_FN_AFTER
startTime = CkWallTimer();
#else
startTime = 0.0;
#endif
gProxy = CProxy_testGroup::ckNew(COUNTER_MAX);
CkPrintf("Testing Converse periodic callbacks on %d PEs for %d seconds\n",
CkNumPes(), COUNTER_MAX);
Expand Down

0 comments on commit 8e047c4

Please sign in to comment.