Report Title: mpirun -np 8 -host localhost --oversubscribe ./amg
Main Report   >   Cancellation   >   /usr/workspace/wsa/laguna/fpchecker/cpu_checking/apps/AMG/AMG/utilities/timing.c

Cancellation Report

timing.c

239 ...
240
241 hypre_StartTiming();
242 }
243 ...
263 ...
264 hypre_TimingWallTime(time_index) += hypre_TimingWallCount;
265 hypre_TimingCPUTime(time_index) += hypre_TimingCPUCount;
266 hypre_TimingFLOPS(time_index) += hypre_TimingFLOPCount;
267 hypre_StartTiming();
268 }
269 ...