Skip to content

Commit cfafc5d

Browse files
committed
Examples: Set startTime at beginning of jacobi2d-2d-decomposition
1 parent abeb625 commit cfafc5d

File tree

1 file changed

+1
-0
lines changed
  • examples/charm++/jacobi2d-2d-decomposition

1 file changed

+1
-0
lines changed

examples/charm++/jacobi2d-2d-decomposition/jacobi2d.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public:
8989

9090
array = CProxy_Jacobi::ckNew(num_chare_x, num_chare_y);
9191
// start computation
92+
startTime = CkWallTimer();
9293
array.run();
9394
}
9495

0 commit comments

Comments
 (0)