new_write_tim      30 ompi/mca/io/romio321/romio/test/coll_perf.c     double stim, write_tim, new_write_tim, write_bw;
new_write_tim     115 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_Allreduce(&write_tim, &new_write_tim, 1, MPI_DOUBLE, MPI_MAX,
new_write_tim     119 ompi/mca/io/romio321/romio/test/coll_perf.c       write_bw = (array_of_gsizes[0]*array_of_gsizes[1]*array_of_gsizes[2]*sizeof(int))/(new_write_tim*1024.0*1024.0);
new_write_tim     121 ompi/mca/io/romio321/romio/test/coll_perf.c       fprintf(stderr, "Collective write time = %f sec, Collective write bandwidth = %f Mbytes/sec\n", new_write_tim, write_bw);
new_write_tim      19 ompi/mca/io/romio321/romio/test/perf.c     double stim, read_tim, write_tim, new_read_tim, new_write_tim;
new_write_tim      83 ompi/mca/io/romio321/romio/test/perf.c 	MPI_Allreduce(&write_tim, &new_write_tim, 1, MPI_DOUBLE, MPI_MAX,
new_write_tim      90 ompi/mca/io/romio321/romio/test/perf.c 	min_write_tim = (new_write_tim < min_write_tim) ? 
new_write_tim      91 ompi/mca/io/romio321/romio/test/perf.c 	    new_write_tim : min_write_tim;
new_write_tim     135 ompi/mca/io/romio321/romio/test/perf.c 	MPI_Allreduce(&write_tim, &new_write_tim, 1, MPI_DOUBLE, MPI_MAX,
new_write_tim     142 ompi/mca/io/romio321/romio/test/perf.c 	min_write_tim = (new_write_tim < min_write_tim) ? 
new_write_tim     143 ompi/mca/io/romio321/romio/test/perf.c 	    new_write_tim : min_write_tim;