Home | History | Annotate | Download | only in bench

Lines Matching full:strong

864 static void calc_convergence_compression(int *strong)
879 /* Strong convergence: all threads compress on a single node: */
881 *strong = 1;
883 *strong = 0;
896 int strong;
977 calc_convergence_compression(&strong);
979 if (strong && process_groups == g->p.nr_proc) {