/home/kcamus/qaas_runs/169-443-9681/intel/AMG/build/AMG/AMG/parcsr_ls/par_coarsen.c: 2528 - 2540
--------------------------------------------------------------------------------

2528:         for (ig = ig_begin; ig < ig_end; ig++)
2529:         {
2530:            i = graph_array[ig];
2531: 
2532:            if (CF_marker[i]!=0) /* C or F point */
2533:            {
2534:               /* the independent set subroutine needs measure 0 for
2535:                  removed nodes */
2536:               measure_array[i] = 0;
2537:            }
2538:            else
2539:            {
2540:               private_graph_size_cnt++;
