Changeset 646 for palm/trunk/SOURCE/init_pegrid.f90
- Timestamp:
- Dec 15, 2010 1:03:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_pegrid.f90
r623 r646 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 6 ! lctit is now using a 2d decomposition by default 7 7 ! ATTENTION: nnz_x undefined problem still has to be solved!!!!!!!! 8 8 ! TEST OUTPUT (TO BE REMOVED) logging mpi2 ierr values … … 109 109 IF ( host(1:3) == 'ibm' .OR. host(1:3) == 'nec' .OR. & 110 110 ( host(1:2) == 'lc' .AND. host(3:5) /= 'sgi' .AND. & 111 host(3:4) /= 'xt' ).OR. &111 host(3:4) /= 'xt' .AND. host(3:5) /= 'tit' ) .OR. & 112 112 host(1:3) == 'dec' ) THEN 113 113
Note: See TracChangeset
for help on using the changeset viewer.