Changeset 0c8c7f2 in flexpart.git


Ignore:
Timestamp:
May 8, 2019, 2:54:11 PM (5 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
Children:
3d7eebf
Parents:
0a94e13
Message:

Forgot to add new files on previous commit

Location:
src
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • src/FLEXPART_MPI.f90

    r0a94e13 r0c8c7f2  
    413413  end if ! (mpif_pid == 0)
    414414
    415   if (mp_measure_time) call mpif_mtime('iotime',0)
     415  if (mp_measure_time) call mpif_mtime('iotime',1)
    416416
    417417  if (verbosity.gt.0 .and. lroot) then
  • src/mpi_mod.f90

    • Property mode changed from 100755 to 100644
  • src/timemanager_mpi.f90

    r0a94e13 r0c8c7f2  
    59459446      format(' Simulated ',f7.1,' hours (',i13,' s), ',i13, ' particles')
    595595        if (ipout.ge.1) then
     596          if (mp_measure_time) call mpif_mtime('iotime',0)
    596597          irec=0
    597598          do ip=0, mp_partgroup_np-1
     
    603604            call mpif_mpi_barrier
    604605          end do
     606          if (mp_measure_time) call mpif_mtime('iotime',1)
    605607        end if
    606608
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG