- Timestamp:
- Feb 1, 2010 4:32:43 AM (15 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r430 r438 19 19 Changed: 20 20 ------- 21 2d-decomposition is default for Cray-XT machines (init_pegrid) 22 21 23 var_ts is replaced by dots_max (modules,init_3d_model) 22 24 … … 28 30 Rogers and Yau. (collision_efficiency) 29 31 30 advec_particles, collision_efficiency, init_3d_model, modules32 advec_particles, collision_efficiency, init_3d_model, init_pegrid, modules 31 33 32 34 -
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.