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 abeb625 commit cfafc5dCopy full SHA for cfafc5d
examples/charm++/jacobi2d-2d-decomposition/jacobi2d.C
@@ -89,6 +89,7 @@ public:
89
90
array = CProxy_Jacobi::ckNew(num_chare_x, num_chare_y);
91
// start computation
92
+ startTime = CkWallTimer();
93
array.run();
94
}
95
0 commit comments