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

Cancellation Report

par_csr_matop.c

963 ...
964 {
965 C_diag_data[B_marker[i3]] += a_entry*B_diag_data[jj3];
966 }
967 ...
987 ...
988 {
989 C_offd_data[B_marker[i3]] += a_entry*B_offd_data[jj3];
990 }
991 ...