/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9639/intel/AMG/build/AMG/AMG/parcsr_ls/ams.c: 3382 - 3394
--------------------------------------------------------------------------------

3382:          for (i = ns; i < ne; i++)
3383:          {
3384:             l1_norm[i] = 0.0;
3385:             if (cf_marker == NULL)
3386:             {
3387:                /* Add the l1 norm of the diag part of the ith row */
3388:                for (j = A_diag_I[i]; j < A_diag_I[i+1]; j++)
3389:                   l1_norm[i] += fabs(A_diag_data[j]);
3390:                /* Add the l1 norm of the offd part of the ith row */
3391:                if (num_cols_offd)
3392:                {
3393:                   for (j = A_offd_I[i]; j < A_offd_I[i+1]; j++)
3394:                      l1_norm[i] += fabs(A_offd_data[j]);
