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.
2 parents 7230175 + b04b88e commit ff1cf45Copy full SHA for ff1cf45
benchmarks/converse/pingpong/pingpong_multipairs.C
@@ -59,6 +59,7 @@ void reduceHandlerFunc(char *msg)
59
size_t msgSizeDiff = CpvAccess(msgSize)-CmiMsgHeaderSizeBytes;
60
CmiPrintf("%zu\t\t %.2lf %.2f\n",
61
msgSizeDiff, us_time, msgSizeDiff/us_time);
62
+ CpvAccess(sumTime) = 0;
63
CpvAccess(recvNum) = 0;
64
65
if (CpvAccess(msgSize) < maxMsgSize)
0 commit comments