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

2d-decomposition is default on Cray-XT machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.