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

Cancellation Report

par_strength.c

325 ...
326 row_scale = hypre_min(row_scale, A_diag_data[jA]);
327 row_sum += A_diag_data[jA];
328 }
329 ...
330 ...
331 row_scale = hypre_min(row_scale, A_offd_data[jA]);
332 row_sum += A_offd_data[jA];
333 }
334 ...