Changeset 1575
- Timestamp:
- 08/05/09 11:02:34 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/etc/cluster.rc
r1571 r1575 1 1 begin 2 cluster_name=LMC-007972 3 cluster_codepath=C:/home/issm/trunk/bin 4 cluster_executionpath= 2 3 #This file sets default platform settings used by ISSM. 4 #This file should always start with begin, and end with end. 5 #Comments start with #. 6 7 #The syntax to add a computational cluster is the following: 8 #cluster_name=foobar 9 #cluster_codepath=/home/foobar/issm/bin 10 #cluster_executionpath=/home/foobar/issm/bin 11 12 #Just uncomment the 3 lines above if you want to add a cluster 13 #with hostname foobar, where issm code has been installed in 14 #cluster_codepath, and where execution will be carried out in cluster_executionpath 15 #The cluster_name can be of any form, provided it's a string. Using 16 #the network hostname is good practice. 17 18 #Default 19 20 #Final remark on including cluster settings: do not include spaces 21 #between a field, the '=' sign and its value. Do not also include trailing spaces 22 #at the end of a line. 23 24 cluster_name=cosmos 25 cluster_codepath=/home/larour/tier2_ice/cluster_delivery 26 cluster_executionpath=/scratch/larour/Testing/AGU_2008 27 28 cluster_name=mustang 29 cluster_codepath=/proj/ice/larour/Ice/tier2_ice/cluster_delivery 30 cluster_executionpath=/proj/ice/larour/Testing_ice/Execution 31 32 cluster_name=metro 33 cluster_codepath=/home/larour/Ice/tier2_ice/cluster_delivery 34 cluster_executionpath=/home/larour/Testing/Execution 35 36 cluster_name=wilkes 37 cluster_codepath=/u/astrid1/larour/issm/trunk/bin 38 cluster_executionpath=/u/wilkes-r1b/larour/Testing/Execution 39 40 cluster_name=astrid 41 cluster_codepath=/u/astrid1/larour/issm/trunk/bin 42 cluster_executionpath=/u/wilkes-r1b/larour/Testing/Execution 43 44 cluster_name=larsen 45 cluster_codepath=/u/astrid1/larour/issm/trunk/bin 46 cluster_executionpath=/u/wilkes-r1b/larour/Testing/Execution 47 48 cluster_name=gemini 49 cluster_codepath=/workg/acm/larour/issm-1.0/bin 50 cluster_executionpath=/workg/acm/larour/Testing/Execution 51 52 cluster_name=castor 53 cluster_codepath=/workc/acm/larour/issm-1.0/bin 54 cluster_executionpath=/workc/acm/larour/Testing/Execution 55 56 cluster_name=pollux 57 cluster_codepath=/workp/acm/larour/issm-1.0/bin 58 cluster_executionpath=/workp/acm/larour/Testing/Execution 59 60 61 5 62 end
Note:
See TracChangeset
for help on using the changeset viewer.