new_read_tim       31 ompi/mca/io/romio321/romio/test/coll_perf.c     double read_tim, new_read_tim, read_bw;
new_read_tim      137 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_Allreduce(&read_tim, &new_read_tim, 1, MPI_DOUBLE, MPI_MAX,
new_read_tim      141 ompi/mca/io/romio321/romio/test/coll_perf.c       read_bw = (array_of_gsizes[0]*array_of_gsizes[1]*array_of_gsizes[2]*sizeof(int))/(new_read_tim*1024.0*1024.0);
new_read_tim      142 ompi/mca/io/romio321/romio/test/coll_perf.c       fprintf(stderr, "Collective read time = %f sec, Collective read bandwidth = %f Mbytes/sec\n", new_read_tim, read_bw);
new_read_tim       19 ompi/mca/io/romio321/romio/test/perf.c     double stim, read_tim, write_tim, new_read_tim, new_write_tim;
new_read_tim       85 ompi/mca/io/romio321/romio/test/perf.c 	MPI_Allreduce(&read_tim, &new_read_tim, 1, MPI_DOUBLE, MPI_MAX,
new_read_tim       88 ompi/mca/io/romio321/romio/test/perf.c 	min_read_tim = (new_read_tim < min_read_tim) ? 
new_read_tim       89 ompi/mca/io/romio321/romio/test/perf.c 	    new_read_tim : min_read_tim;
new_read_tim      137 ompi/mca/io/romio321/romio/test/perf.c 	MPI_Allreduce(&read_tim, &new_read_tim, 1, MPI_DOUBLE, MPI_MAX,
new_read_tim      140 ompi/mca/io/romio321/romio/test/perf.c 	min_read_tim = (new_read_tim < min_read_tim) ? 
new_read_tim      141 ompi/mca/io/romio321/romio/test/perf.c 	    new_read_tim : min_read_tim;