Changeset 438 for palm/trunk


Ignore:
Timestamp:
Feb 1, 2010 4:32:43 AM (14 years ago)
Author:
raasch
Message:

2d-decomposition is default on Cray-XT machines

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r430 r438  
    1919Changed:
    2020-------
     212d-decomposition is default for Cray-XT machines (init_pegrid)
     22
    2123var_ts is replaced by dots_max (modules,init_3d_model)
    2224
     
    2830Rogers and Yau. (collision_efficiency)
    2931
    30 advec_particles, collision_efficiency, init_3d_model, modules
     32advec_particles, collision_efficiency, init_3d_model, init_pegrid, modules
    3133
    3234
  • palm/trunk/SOURCE/init_pegrid.f90

    r392 r438  
    55! -----------------
    66!
     7! 2d-decomposition is default for Cray-XT machines
    78! ATTENTION: nnz_x undefined problem still has to be solved!!!!!!!!
    89! TEST OUTPUT (TO BE REMOVED) logging mpi2 ierr values
     
    102103!--    The default on SMP- and cluster-hosts is a 1d-decomposition along x
    103104       IF ( host(1:3) == 'ibm'  .OR.  host(1:3) == 'nec'      .OR. &
    104             ( host(1:2) == 'lc'  .AND.  host(3:5) /= 'sgi' )  .OR. &
     105            ( host(1:2) == 'lc'  .AND.  host(3:5) /= 'sgi'  .AND.  &
     106              host(3:4) /= 'xt' )                             .OR. &
    105107             host(1:3) == 'dec' )  THEN
    106108
Note: See TracChangeset for help on using the changeset viewer.