Changeset 164 for palm/trunk/SOURCE/CURRENT_MODIFICATIONS
- Timestamp:
- May 15, 2008 8:46:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r158 r164 30 30 User-defined spectra. 31 31 32 Argument -c introduced to most of the subjob calls, which allows the user to 33 choose his own job catalog by setting job_catalog in the configuration file 34 (default is ~/job_queue). Workaround for mpixec with -env option. 35 Adjustments for lcxt4 (Bergen Center for Computational Science) (mrun, subjob) 36 32 37 advec_particles, calc_spectra, check_open, check_parameters, data_output_spectra, header, init_particles, init_pegrid, init_3d_model, modules, netcdf, parin, particle_boundary_conds, plant_canopy_model, prognostic_equations, read_var_list, read_3d_binary, time_integration, user_interface, write_var_list, write_3d_binary 33 38 … … 58 63 informations are now contained in file _0000. (parin, check_open) 59 64 60 check_open, init_3d_model, modules, parin, read_var_list, read_3d_binary, write_var_list, write_3d_binary 65 Transpositions for the 2D domain decomposition have been optimized by using 66 f_inv as an automatic array instead of providing the memory by a dummy argument. 67 This spares one copy loop per transposition. Order of indices in the 3D loops 68 in some of the transpose routines have been rearranged for better cache utilization. 69 Both have been suggested by Roland Richter (SGI) as part of the 70 HLRN-II benchmark process. (transpose) 71 72 Workaround for getting information about the coupling mode. (palm) 73 74 advec_s_ups, advec_u_ups, advec_v_ups, advec_w_ups, calc_spectra, check_open, init_3d_model, modules, palm, parin, poisfft, read_var_list, read_3d_binary, transpose, write_var_list, write_3d_binary 61 75 62 76
Note: See TracChangeset
for help on using the changeset viewer.