Ignore:
Timestamp:
May 15, 2008 8:46:15 AM (16 years ago)
Author:
raasch
Message:

optimization of transpositions for 2D decompositions, workaround for using -env option with mpiexec, adjustments for lcxt4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r158 r164  
    3030User-defined spectra.
    3131
     32Argument -c introduced to most of the subjob calls, which allows the user to
     33choose his own job catalog by setting job_catalog in the configuration file
     34(default is ~/job_queue). Workaround for mpixec with -env option.
     35Adjustments for lcxt4 (Bergen Center for Computational Science) (mrun, subjob)
     36
    3237advec_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
    3338
     
    5863informations are now contained in file _0000. (parin, check_open)
    5964
    60 check_open, init_3d_model, modules, parin, read_var_list, read_3d_binary, write_var_list, write_3d_binary
     65Transpositions for the 2D domain decomposition have been optimized by using
     66f_inv as an automatic array instead of providing the memory by a dummy argument.
     67This spares one copy loop per transposition. Order of indices in the 3D loops
     68in some of the transpose routines have been rearranged for better cache utilization.
     69Both have been suggested by Roland Richter (SGI) as part of the
     70HLRN-II benchmark process. (transpose)
     71
     72Workaround for getting information about the coupling mode. (palm)
     73
     74advec_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
    6175
    6276
Note: See TracChangeset for help on using the changeset viewer.