Changeset 438 for palm/trunk/SOURCE/init_pegrid.f90
- Timestamp:
- Feb 1, 2010 4:32:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_pegrid.f90
r392 r438 5 5 ! ----------------- 6 6 ! 7 ! 2d-decomposition is default for Cray-XT machines 7 8 ! ATTENTION: nnz_x undefined problem still has to be solved!!!!!!!! 8 9 ! TEST OUTPUT (TO BE REMOVED) logging mpi2 ierr values … … 102 103 !-- The default on SMP- and cluster-hosts is a 1d-decomposition along x 103 104 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. & 105 107 host(1:3) == 'dec' ) THEN 106 108
Note: See TracChangeset
for help on using the changeset viewer.