Changeset 755 for palm/trunk/SOURCE


Ignore:
Timestamp:
Aug 29, 2011 9:55:16 AM (13 years ago)
Author:
witha
Message:

adapted for lcflow (ForWind? cluster in Oldenburg)

File:
1 edited

Legend:

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

    r723 r755  
    55! -----------------
    66!
     7! 2d-decomposition is default for lcflow (ForWind cluster in Oldenburg)
    78!
    89! ATTENTION: nnz_x undefined problem still has to be solved!!!!!!!!
     
    140141       IF ( host(1:3) == 'ibm'  .OR.  host(1:3) == 'nec'      .OR. &
    141142            ( host(1:2) == 'lc'  .AND.  host(3:5) /= 'sgi'  .AND.  &
    142               host(3:4) /= 'xt'  .AND.  host(3:5) /= 'tit' )  .OR. &
    143              host(1:3) == 'dec' )  THEN
     143              host(3:4) /= 'xt'  .AND.  host(3:5) /= 'tit'  .AND. &
     144              host(3:6) /= 'flow' )  .OR.  host(1:3) == 'dec' )  THEN
    144145
    145146          pdims(1) = numprocs
Note: See TracChangeset for help on using the changeset viewer.