You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc.get("********** Final Summary **********")->add("HPCG result is VALID with a GFLOP/s rating of", totalGflops);
231
+
doc.get("__________ Final Summary __________")->add("HPCG result is VALID with a GFLOP/s rating of", totalGflops);
232
232
if (!A.isDotProductOptimized) {
233
-
doc.get("********** Final Summary **********")->add("Reference version of ComputeDotProduct used","Performance results are most likely suboptimal");
233
+
doc.get("__________ Final Summary __________")->add("Reference version of ComputeDotProduct used","Performance results are most likely suboptimal");
234
234
}
235
235
if (!A.isSpmvOptimized) {
236
-
doc.get("********** Final Summary **********")->add("Reference version of ComputeSPMV used","Performance results are most likely suboptimal");
236
+
doc.get("__________ Final Summary __________")->add("Reference version of ComputeSPMV used","Performance results are most likely suboptimal");
237
237
}
238
238
if (!A.isMgOptimized) {
239
239
if (A.geom->numThreads>1)
240
-
doc.get("********** Final Summary **********")->add("Reference version of ComputeMG used and number of threads greater than 1","Performance results are severely suboptimal");
240
+
doc.get("__________ Final Summary __________")->add("Reference version of ComputeMG used and number of threads greater than 1","Performance results are severely suboptimal");
241
241
else// numThreads ==1
242
-
doc.get("********** Final Summary **********")->add("Reference version of ComputeMG used","Performance results are most likely suboptimal");
242
+
doc.get("__________ Final Summary __________")->add("Reference version of ComputeMG used","Performance results are most likely suboptimal");
243
243
}
244
244
if (!A.isWaxpbyOptimized) {
245
-
doc.get("********** Final Summary **********")->add("Reference version of ComputeWAXPBY used","Performance results are most likely suboptimal");
245
+
doc.get("__________ Final Summary __________")->add("Reference version of ComputeWAXPBY used","Performance results are most likely suboptimal");
246
246
}
247
247
if (times[0]>=minOfficialTime) {
248
-
doc.get("********** Final Summary **********")->add("Please send the YAML file contents to","[email protected]");
248
+
doc.get("__________ Final Summary __________")->add("Please send the YAML file contents to","[email protected]");
249
249
}
250
250
else {
251
-
doc.get("********** Final Summary **********")->add("Results are valid but execution time (sec) is",times[0]);
252
-
doc.get("********** Final Summary **********")->add("Official results execution time (sec) must be at least",minOfficialTime);
251
+
doc.get("__________ Final Summary __________")->add("Results are valid but execution time (sec) is",times[0]);
252
+
doc.get("__________ Final Summary __________")->add("Official results execution time (sec) must be at least",minOfficialTime);
253
253
254
254
}
255
255
} else {
256
-
doc.get("********** Final Summary **********")->add("HPCG result is","INVALID.");
257
-
doc.get("********** Final Summary **********")->add("Please review the YAML file contents","You may NOT submit these results for consideration.");
256
+
doc.get("__________ Final Summary __________")->add("HPCG result is","INVALID.");
257
+
doc.get("__________ Final Summary __________")->add("Please review the YAML file contents","You may NOT submit these results for consideration.");
0 commit comments