Changeset 1446 for palm/trunk/SCRIPTS/.mrun.config.forwind
- Timestamp:
- Aug 7, 2014 10:08:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.mrun.config.forwind
r1241 r1446 7 7 %base_data ~/palm/current_version/JOBS 8 8 ################################################################################ 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/" 10 10 # by "/iwes/" if your user directory resides in /iwes/. 11 11 ################################################################################ 12 %output_data /data/work/gpfs/fw/< REPLACE BY YOUR USERNAME>/palm/current_version/JOBS12 %output_data /data/work/gpfs/fw/<replace_with_your_local_username>/palm/current_version/JOBS 13 13 %source_path $base_directory/trunk/SOURCE 14 14 %add_source_path $base_directory/USER_CODE/$fname … … 23 23 24 24 ################################################################################ 25 # Replace < YOUR_DESKTOP_HOSTNAME> by the hostname of your desktop25 # Replace <eplace_with_your_local_hostname> by the hostname of your desktop 26 26 # an uncomment following line to enable job submission from you local desktop 27 27 ################################################################################ 28 #%host_identifier < YOUR_DESKTOP_HOSTNAME> lcfor28 #%host_identifier <replace_with_your_local_hostname> lcfor 29 29 30 30 ################################################################################ … … 33 33 # The next block contains all informations for compiling the PALM code 34 34 # 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 36 37 # local machine 37 38 # … … 44 45 # 45 46 ################################################################################ 46 %remote_username < LOCAL_USERNAME>lcfor parallel47 %remote_username <replace_with_your_local_username> lcfor parallel 47 48 %tmp_user_catalog /tmp lcfor parallel 48 49 %tmp_data_catalog /tmp lcfor parallel … … 65 66 # on host flow. Please note that other hosts may require different settings. 66 67 ################################################################################ 67 %remote_username < USERNAME_FLOW>lcflow parallel68 %remote_username <replace_with_your_FLOW_username> lcflow parallel 68 69 %tmp_user_catalog /data/work/gpfs/fw/$remote_username/tmp lcflow parallel 69 70 %tmp_data_catalog /data/work/gpfs/fw/$remote_username/palm_restart_data lcflow parallel
Note: See TracChangeset
for help on using the changeset viewer.