Ignore:
Timestamp:
Jun 8, 2017 7:55:13 AM (7 years ago)
Author:
suehring
Message:

Bugfix, add pre-preprocessor directives to enable non-parrallel mode

File:
1 edited

Legend:

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

    r2131 r2258  
    2121! ------------------
    2222!
    23 !
     23! 
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Bugfix, add pre-preprocessor directives to enable non-parrallel mode
     28!
     29! 2168 2017-03-06 13:08:38Z suehring
    2730!
    2831! 2130 2017-01-24 16:25:39Z raasch
     
    353356       IF ( nested_run )  THEN
    354357          stop_dt_local = stop_dt
     358#if defined( __parallel )
    355359          CALL MPI_ALLREDUCE( stop_dt_local, stop_dt, 1, MPI_LOGICAL, MPI_LOR, &
    356360                              MPI_COMM_WORLD, ierr )
     361#endif
    357362       ENDIF
    358363
Note: See TracChangeset for help on using the changeset viewer.