Changeset a1f4dd6 in flexpart.git for src/mpi_mod.f90


Ignore:
Timestamp:
Dec 1, 2015, 4:59:07 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:
7216707, 4c4261c
Parents:
6b22af9
Message:

Fixed a bug where receptor arrays were not properly zeroed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mpi_mod.f90

    r6b22af9 ra1f4dd6  
    105105! If setting this to .false., numwfmem must be set to 3
    106106!===============================================================================
    107   logical :: lmp_sync=.false.
     107  logical :: lmp_sync=.true.
    108108!===============================================================================
    109109
     
    202202      write(*,FMT='(80("#"))')
    203203      write(*,*) '#### mpi_mod::mpif_init> WARNING: ', &
    204            & 'numwfmem should be set to 2 for syncronous reading'
     204           & 'numwfmem should be set to 2 for syncronous'
     205      write(*,*) ' reading. Results will still be valid, but unneccesary '
     206      write(*,*) 'amount of memory is being allocated.'
    205207      write(*,FMT='(80("#"))')
    206208! Force "syncronized" version if all processes will call getfields
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG