read_bw 31 ompi/mca/io/romio321/romio/test/coll_perf.c double read_tim, new_read_tim, read_bw; read_bw 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); read_bw 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); read_bw 20 ompi/mca/io/romio321/romio/test/perf.c double min_read_tim=10000000.0, min_write_tim=10000000.0, read_bw, write_bw; read_bw 95 ompi/mca/io/romio321/romio/test/perf.c read_bw = (SIZE*nprocs)/(min_read_tim*1024.0*1024.0); read_bw 98 ompi/mca/io/romio321/romio/test/perf.c fprintf(stderr, "Read bandwidth without prior file sync = %f Mbytes/sec\n", read_bw); read_bw 149 ompi/mca/io/romio321/romio/test/perf.c read_bw = (SIZE*nprocs)/(min_read_tim*1024.0*1024.0); read_bw 152 ompi/mca/io/romio321/romio/test/perf.c fprintf(stderr, "Read bandwidth after file sync = %f Mbytes/sec\n", read_bw);