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.forwind

    r1241 r1446  
    77%base_data         ~/palm/current_version/JOBS
    88################################################################################
    9 # Replace <<REPLACE BY YOUR USERNAME> by your username on FLOW. Replace "/fw/"
     9# Replace <replace_with_your_local_username> by your username on FLOW. Replace "/fw/"
    1010# by "/iwes/" if your user directory resides in /iwes/.
    1111################################################################################
    12 %output_data       /data/work/gpfs/fw/<REPLACE BY YOUR USERNAME>/palm/current_version/JOBS
     12%output_data       /data/work/gpfs/fw/<replace_with_your_local_username>/palm/current_version/JOBS
    1313%source_path       $base_directory/trunk/SOURCE
    1414%add_source_path   $base_directory/USER_CODE/$fname
     
    2323
    2424################################################################################
    25 # Replace <YOUR_DESKTOP_HOSTNAME> by the hostname of your desktop
     25# Replace <eplace_with_your_local_hostname> by the hostname of your desktop
    2626# an uncomment following line to enable job submission from you local desktop
    2727################################################################################
    28 #%host_identifier       <YOUR_DESKTOP_HOSTNAME>           lcfor
     28#%host_identifier       <replace_with_your_local_hostname>           lcfor
    2929
    3030################################################################################
     
    3333# The next block contains all informations for compiling the PALM code
    3434# and for generating and running the PALM executable using MPI on a Linux machine
    35 # with gcc and OpenMPI. Replace <LOCAL_USERNAME> with your username on your
     35# with gcc and OpenMPI. Replace <replace_with_your_local_username> with your
     36# username on your
    3637# local machine
    3738#
     
    4445#
    4546################################################################################
    46 %remote_username   <LOCAL_USERNAME>                                          lcfor parallel
     47%remote_username   <replace_with_your_local_username>                        lcfor parallel
    4748%tmp_user_catalog  /tmp                                                      lcfor parallel
    4849%tmp_data_catalog  /tmp                                                      lcfor parallel
     
    6566# on host flow. Please note that other hosts may require different settings.
    6667################################################################################
    67 %remote_username   <USERNAME_FLOW>                                                                                               lcflow parallel
     68%remote_username   <replace_with_your_FLOW_username>                                                                             lcflow parallel
    6869%tmp_user_catalog  /data/work/gpfs/fw/$remote_username/tmp                                                                       lcflow parallel
    6970%tmp_data_catalog  /data/work/gpfs/fw/$remote_username/palm_restart_data                                                         lcflow parallel
Note: See TracChangeset for help on using the changeset viewer.