Changeset 1231 for palm


Ignore:
Timestamp:
Sep 20, 2013 11:25:45 AM (11 years ago)
Author:
kanani
Message:

added new block for debug version (parallel trace)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.mrun.config.default

    r1085 r1231  
    2424# and for generating and running the PALM executable using MPI. Replace all
    2525# required paths (given in <>) by the respective paths valid on your host.
    26 # Also replace <hi> by your host identifier (see above) in each line!
     26# Also replace <hi> by your host identifier (see above <hi> example "lcmy")
     27# in each line!
    2728# Compilernames, cpp-options and compiler-options are assuming
    2829# an Intel-Compiler and mpich2 on this host! Please change
     
    4647# if you want to perform initial commands on ssh connections, use the following line
    4748#%login_init_cmd    <replace by the inital commands>             <hi> parallel
     49#
     50#
     51%tmp_user_catalog  /tmp                                          <hi> parallel trace
     52%compiler_name     mpif90                                        <hi> parallel trace
     53%compiler_name_ser ifort                                         <hi> parallel trace
     54%cpp_options       -cpp:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf   <hi> parallel trace
     55%netcdf_inc        -I:<replace by netcdf include path>           <hi> parallel trace
     56%netcdf_lib        -L<replace by netcdf library path>:-lnetcdf   <hi> parallel trace
     57%mopts             -j:4                                          <hi> parallel trace
     58%fopts             -C:-check:nooutput_conversion:-fpe0:-debug:-traceback:-g:-w:-xT:-O0:-cpp:-r8:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-convert:little_endian  <hi> parallel trace
     59%lopts             -C:-check:nooutput_conversion:-fpe0:-debug:-traceback:-g:-w:-xT:-O0:-cpp:-r8:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-Vaxlib  <hi> parallel trace
     60# if you want to use your own hostfile, uncomment next line
     61#%hostfile          $base_directory/.hostfile                    <hi> parallel trace
     62# if you want this host to be used as a remote host, uncomment next line
     63#%remote_username   <replace by your username on this host>      <hi> parallel trace
     64# if you want to load modules on the remote host, use the following line
     65#%modules           <replace by the modules to be loaded>        <hi> parallel trace
     66# if you want to perform initial commands on ssh connections, use the following line
     67#%login_init_cmd    <replace by the inital commands>             <hi> parallel trace
     68#
    4869#
    4970%write_binary                true                             restart
Note: See TracChangeset for help on using the changeset viewer.