/home/kcamus/qaas_runs/169-443-9681/intel/AMG/build/AMG/AMG/seq_mv/csr_matvec.c: 248 - 314
--------------------------------------------------------------------------------

248:       hypre_assert(iBegin <= iEnd);
[...]
307:             for (i = iBegin; i < iEnd; i++)
308:             {
309:                tempx = b_data[i];
310:                for (jj = A_i[i]; jj < A_i[i+1]; jj++)
311:                {
312:                   tempx -= A_data[jj] * x_data[A_j[jj]];
313:                }
314:                y_data[i] = tempx;
