Ignore:
Timestamp:
Jun 29, 2017 1:31:14 PM (7 years ago)
Author:
raasch
Message:

NEC related code partly removed, host variable partly removed, host specific code completely removed, default values for host, loop_optimization and termination time_needed changed

File:
1 edited

Legend:

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

    r2298 r2300  
    2525! -----------------
    2626! $Id$
     27! host-specific settings removed
     28!
     29! 2298 2017-06-29 09:28:18Z raasch
    2730! MPI2 related parts removed
    2831!
     
    193196        ONLY:  bc_lr, bc_ns, coupling_mode, coupling_mode_remote,              &
    194197               coupling_topology, gathered_size, grid_level,                   &
    195                grid_level_count, host, inflow_l, inflow_n, inflow_r, inflow_s, &
     198               grid_level_count, inflow_l, inflow_n, inflow_r, inflow_s,      &
    196199               io_blocks, io_group, maximum_grid_level,                        &
    197200               maximum_parallel_io_streams, message_string,                    &
     
    315318
    316319!
    317 !-- For communication speedup, set barriers in front of collective
    318 !-- communications by default on SGI-type systems
    319     IF ( host(3:5) == 'sgi' )  collective_wait = .TRUE.
    320 
    321 !
    322320!-- If necessary, set horizontal boundary conditions to non-cyclic
    323321    IF ( bc_lr /= 'cyclic' )  cyclic(1) = .FALSE.
Note: See TracChangeset for help on using the changeset viewer.