/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9699/intel/AMG/build/AMG/AMG/parcsr_mv/par_csr_matop.c: 970 - 989
--------------------------------------------------------------------------------

970:             for (jj3 = B_offd_i[i2]; jj3 < B_offd_i[i2+1]; jj3++)
971:             {
972:                i3 = num_cols_diag_B+map_B_to_C[B_offd_j[jj3]];
[...]
980:                if (B_marker[i3] < jj_row_begin_offd)
981:                {
982:                   B_marker[i3] = jj_count_offd;
983:                   C_offd_data[jj_count_offd] = a_entry*B_offd_data[jj3];
984:                   C_offd_j[jj_count_offd] = i3-num_cols_diag_B;
985:                   jj_count_offd++;
986:                }
987:                else
988:                {
989:                   C_offd_data[B_marker[i3]] += a_entry*B_offd_data[jj3];
