/home/kcamus/qaas_runs/169-443-9681/intel/AMG/build/AMG/AMG/parcsr_mv/par_csr_matop.c: 187 - 231
--------------------------------------------------------------------------------

187:       for (jj2 = A_diag_i[i1]; jj2 < A_diag_i[i1+1]; jj2++)
[...]
195:          for (jj3 = B_diag_i[i2]; jj3 < B_diag_i[i2+1]; jj3++)
[...]
205:             if (B_marker[i3] < jj_row_begin_diag)
206:             {
207:                B_marker[i3] = jj_count_diag;
208:                jj_count_diag++;
[...]
216:          if (num_cols_offd_B)
217:          { 
218:             for (jj3 = B_offd_i[i2]; jj3 < B_offd_i[i2+1]; jj3++)
219:             {
220:                i3 = num_cols_diag_B+map_B_to_C[B_offd_j[jj3]];
[...]
228:                if (B_marker[i3] < jj_row_begin_offd)
229:                {
230:                   B_marker[i3] = jj_count_offd;
231:                   jj_count_offd++;
