Changeset 38b7917 in flexpart.git for src/concoutput_surf_nest_mpi.f90


Ignore:
Timestamp:
Mar 8, 2016, 9:54:38 AM (8 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
9b53903
Parents:
db712a8
Message:

Parallelization of domain fill option (save/restart not implemented yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/concoutput_surf_nest_mpi.f90

    r6a678e3 r38b7917  
    103103
    104104! Measure execution time
    105   if (mp_measure_time) then
    106     call cpu_time(mp_root_time_beg)
    107     mp_root_wtime_beg = mpi_wtime()
    108   end if
     105  if (mp_measure_time) call mpif_mtime('iotime',0)
     106  !   call cpu_time(mp_root_time_beg)
     107  !   mp_root_wtime_beg = mpi_wtime()
     108  ! end if
    109109
    110110  if (verbosity.eq.1) then
     
    669669  end do
    670670
    671   if (mp_measure_time) then
    672     call cpu_time(mp_root_time_end)
    673     mp_root_wtime_end = mpi_wtime()
    674     mp_root_time_total = mp_root_time_total + (mp_root_time_end - mp_root_time_beg)
    675     mp_root_wtime_total = mp_root_wtime_total + (mp_root_wtime_end - mp_root_wtime_beg)
    676   end if
     671  if (mp_measure_time) call mpif_mtime('iotime',1)
     672  ! if (mp_measure_time) then
     673  !   call cpu_time(mp_root_time_end)
     674  !   mp_root_wtime_end = mpi_wtime()
     675  !   mp_root_time_total = mp_root_time_total + (mp_root_time_end - mp_root_time_beg)
     676  !   mp_root_wtime_total = mp_root_wtime_total + (mp_root_wtime_end - mp_root_wtime_beg)
     677  ! end if
    677678
    678679end subroutine concoutput_surf_nest
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG