Go to the source code of this file.
|
| integer, private | fv_timing_nlm_mod::nblks |
| |
| character(len=20), dimension(nblks), private | fv_timing_nlm_mod::blkname |
| |
| integer, private | fv_timing_nlm_mod::tblk |
| |
| real, private | fv_timing_nlm_mod::etime |
| |
| real(kind=8), private | fv_timing_nlm_mod::totim |
| |
| real, dimension(2), private | fv_timing_nlm_mod::tarray |
| |
| type(tms), dimension(nblks), private | fv_timing_nlm_mod::accum |
| |
| type(tms), dimension(nblks), private | fv_timing_nlm_mod::last |
| |
| real(kind=8), public | fv_timing_nlm_mod::comm_timer |
| |
| real(kind=8), public | fv_timing_nlm_mod::wait_timer |
| |
| real, dimension(nblks, 2), private | fv_timing_nlm_mod::us_tmp1 |
| |
| real, dimension(nblks, 2), private | fv_timing_nlm_mod::us_tmp2 |
| |
| logical, private | fv_timing_nlm_mod::module_initialized = .false. |
| |