Searched refs:tmax (Results 1 – 1 of 1) sorted by relevance
| /phasta/phastaIO/ |
| H A D | phastaIO.cc | 346 double tmin, tmax, tavg, ttot; in printPerf() local 349 MPI_Allreduce(&time, &tmax,1, MPI_DOUBLE, MPI_MAX, MPI_COMM_WORLD); in printPerf() 356 printf("%s(): Tmax = %f sec, Tmin = %f sec, Tavg = %f sec", func_name, tmax, tmin, tavg); in printPerf() 368 rate=(double)(1.0*sizetot/tmax); in printPerf()
|