min_write_tim      20 ompi/mca/io/romio321/romio/test/perf.c     double min_read_tim=10000000.0, min_write_tim=10000000.0, read_bw, write_bw;
min_write_tim      90 ompi/mca/io/romio321/romio/test/perf.c 	min_write_tim = (new_write_tim < min_write_tim) ? 
min_write_tim      91 ompi/mca/io/romio321/romio/test/perf.c 	    new_write_tim : min_write_tim;
min_write_tim      96 ompi/mca/io/romio321/romio/test/perf.c 	write_bw = (SIZE*nprocs)/(min_write_tim*1024.0*1024.0);
min_write_tim     101 ompi/mca/io/romio321/romio/test/perf.c     min_write_tim=10000000.0;
min_write_tim     142 ompi/mca/io/romio321/romio/test/perf.c 	min_write_tim = (new_write_tim < min_write_tim) ? 
min_write_tim     143 ompi/mca/io/romio321/romio/test/perf.c 	    new_write_tim : min_write_tim;
min_write_tim     150 ompi/mca/io/romio321/romio/test/perf.c 	    write_bw = (SIZE*nprocs)/(min_write_tim*1024.0*1024.0);