cur_iter 108 orte/test/system/threads.c int rc, i, max_iters = 10, cur_iter; cur_iter 185 orte/test/system/threads.c for(cur_iter = 0; cur_iter < max_iters; ++cur_iter) { cur_iter 186 orte/test/system/threads.c perc_current = (cur_iter / ((double)max_iters)) * 100.0; cur_iter 188 orte/test/system/threads.c delta = (acc_time / cur_iter) * 1000000; cur_iter 190 orte/test/system/threads.c perc_current, cur_iter+1, max_iters, delta); cur_iter 219 orte/test/system/threads.c printf("[%10d / %10d] Error: val = %s\n", cur_iter+1, max_iters, cur_iter 224 orte/test/system/threads.c printf("[%10d / %10d] Error: val->type = %d\n", cur_iter+1, max_iters, val->type); cur_iter 227 orte/test/system/threads.c else if( (cur_iter+1)%MAX_VAL != val->data.int16 ) { cur_iter 228 orte/test/system/threads.c printf("[%10d / %10d] Error: val->data.int16 = %d\n", cur_iter+1, max_iters, val->data.int16);