Ignore:
Timestamp:
May 13, 2018 7:05:43 AM (6 years ago)
Author:
maronga
Message:

disabled suspicious MPI_BARRIER, speed-up of NetCDF input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/message.f90

    r2961 r3019  
    2525! -----------------
    2626! $Id$
     27! Temporaraly deactivate MPI_BARRIER as long as nested systems freeze due to
     28! asynchronous calls of location_message.
     29!
     30! 2961 2018-04-12 10:13:48Z suehring
    2731! Synchronize location message between parent and child. Message will be not
    2832! flushed before all models finished their respective task. 
     
    267271
    268272#if defined( __parallel )
    269     IF ( nested_run )  CALL MPI_BARRIER( MPI_COMM_WORLD, ierr )
     273!    IF ( nested_run )  CALL MPI_BARRIER( MPI_COMM_WORLD, ierr )
    270274#endif
    271275!
Note: See TracChangeset for help on using the changeset viewer.