Changeset 16b61a5 in flexpart.git for src/timemanager_mpi.f90


Ignore:
Timestamp:
Oct 14, 2016, 3:19:00 PM (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:
4c64400
Parents:
861805a
Message:

Reworked the domain-filling option (MPI). Fixed a slow loop which had errors in loop counter (MPI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/timemanager_mpi.f90

    r861805a r16b61a5  
    578578        end if
    579579
    580         ! Write particles for all processes
     580        ! Write number of particles for all processes
    581581        if (mp_dev_mode) write(*,*) "PID, itime, numpart", mp_pid,itime,numpart
    582582
     
    870870  endif
    871871  deallocate(gridunc)
    872   deallocate(xpoint1,xpoint2,ypoint1,ypoint2,zpoint1,zpoint2,xmass, checklifetime)
     872  deallocate(xpoint1,xpoint2,ypoint1,ypoint2,zpoint1,zpoint2,xmass)
     873  if (allocated(checklifetime)) deallocate(checklifetime)
    873874  deallocate(ireleasestart,ireleaseend,npart,kindz)
    874875  deallocate(xmasssave)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG