Report Title: mpirun -np 8 --oversubscribe ./lulesh2.0 -i 10 -p
Main Report   >   Cancellation   >   /usr/workspace/wsa/laguna/fpchecker/cpu_checking/apps/LULESH/lulesh-util.cc

Cancellation Report

lulesh-util.cc

201 ...
202 for (Index_t k=j+1; k
203 Real_t AbsDiff = FABS(locDom.e(j*nx+k)-locDom.e(k*nx+j));
204 TotalAbsDiff += AbsDiff;
205 ...