Ignore:
Timestamp:
Aug 7, 2014 10:08:56 AM (10 years ago)
Author:
maronga
Message:

removed blanks from <> strings in .mrun.config files / adapted hlrn_watchdog for HLRN-III

File:
1 edited

Legend:

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

    r1441 r1446  
    1818#
    1919# The next line is just an example. Add your own line below or replace this line.
    20 %host_identifier   myhostname  lcmy
     20%host_identifier   <replace_by_your_hostname>  lcmy
    2121#
    2222#
     
    3434%compiler_name_ser ifort                                         <hi> parallel
    3535%cpp_options       -cpp:-D__mpi2:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__intel_compiler   <hi> parallel
    36 %netcdf_inc        -I:<replace by netcdf include path>           <hi> parallel
    37 %netcdf_lib        -L<replace by netcdf library path>:-lnetcdf   <hi> parallel
     36%netcdf_inc        -I:<replace_by_netcdf_include_path>           <hi> parallel
     37%netcdf_lib        -L<replace_by_netcdf_library_path>:-lnetcdf   <hi> parallel
    3838%mopts             -j:4                                          <hi> parallel
    39 %fopts             -I:<replace by mpi include path>:-fpe0:-O3:-xHost:-fp-model:source:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-diag-disable:8290,8291   <hi> parallel
    40 %lopts             -L:<replace by mpi library path>:-fpe0:-O3:-xHost:-fp-model:source:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-diag-disable:8290,8291   <hi> parallel
     39%fopts             -I:<replace_by_mpi_include path>:-fpe0:-O3:-xHost:-fp-model:source:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-diag-disable:8290,8291   <hi> parallel
     40%lopts             -L:<replace_by_mpi_library path>:-fpe0:-O3:-xHost:-fp-model:source:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-diag-disable:8290,8291   <hi> parallel
    4141# if you want to use your own hostfile, uncomment next line
    4242#%hostfile          $base_directory/.hostfile                    <hi> parallel
    4343# if you want this host to be used as a remote host, uncomment next line
    44 #%remote_username   <replace by your username on this host>      <hi> parallel
     44#%remote_username   <replace_by_your_username_on_this_host>      <hi> parallel
    4545# if you want to load modules on the remote host, use the following line
    46 #%modules           <replace by the modules to be loaded>        <hi> parallel
     46#%modules           <replace_by_the_modules_to_be_loaded>        <hi> parallel
    4747# if you want to perform initial commands on ssh connections, use the following line
    48 #%login_init_cmd    <replace by the inital commands>             <hi> parallel
     48#%login_init_cmd    <replace_by_the_inital_commands>             <hi> parallel
    4949#
    5050#
     
    5353%compiler_name_ser ifort                                         <hi> parallel trace
    5454%cpp_options       -cpp:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__intel_compiler   <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
     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
    5757%mopts             -j:4                                          <hi> parallel trace
    5858%fopts             -C:-check:nooutput_conversion:-fpe0:-debug:-traceback:-g:-w:-O0:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs  <hi> parallel trace
     
    6161#%hostfile          $base_directory/.hostfile                    <hi> parallel trace
    6262# 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
     63#%remote_username   <replace_by_your_username_on_this_host>      <hi> parallel trace
    6464# 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
     65#%modules           <replace_by_the_modules_to_be_loaded>        <hi> parallel trace
    6666# 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
     67#%login_init_cmd    <replace_by_the_inital_commands>             <hi> parallel trace
    6868#
    6969#
Note: See TracChangeset for help on using the changeset viewer.