Changeset 755 for palm/trunk/SOURCE
- Timestamp:
- Aug 29, 2011 9:55:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_pegrid.f90
r723 r755 5 5 ! ----------------- 6 6 ! 7 ! 2d-decomposition is default for lcflow (ForWind cluster in Oldenburg) 7 8 ! 8 9 ! ATTENTION: nnz_x undefined problem still has to be solved!!!!!!!! … … 140 141 IF ( host(1:3) == 'ibm' .OR. host(1:3) == 'nec' .OR. & 141 142 ( 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' ) THEN143 host(3:4) /= 'xt' .AND. host(3:5) /= 'tit' .AND. & 144 host(3:6) /= 'flow' ) .OR. host(1:3) == 'dec' ) THEN 144 145 145 146 pdims(1) = numprocs
Note: See TracChangeset
for help on using the changeset viewer.