Changeset 1575


Ignore:
Timestamp:
08/05/09 11:02:34 (16 years ago)
Author:
Eric.Larour
Message:

reverted back to cluster.rc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/etc/cluster.rc

    r1571 r1575  
    11begin
    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
     24cluster_name=cosmos
     25cluster_codepath=/home/larour/tier2_ice/cluster_delivery
     26cluster_executionpath=/scratch/larour/Testing/AGU_2008
     27
     28cluster_name=mustang
     29cluster_codepath=/proj/ice/larour/Ice/tier2_ice/cluster_delivery
     30cluster_executionpath=/proj/ice/larour/Testing_ice/Execution
     31
     32cluster_name=metro
     33cluster_codepath=/home/larour/Ice/tier2_ice/cluster_delivery
     34cluster_executionpath=/home/larour/Testing/Execution
     35
     36cluster_name=wilkes
     37cluster_codepath=/u/astrid1/larour/issm/trunk/bin
     38cluster_executionpath=/u/wilkes-r1b/larour/Testing/Execution
     39
     40cluster_name=astrid
     41cluster_codepath=/u/astrid1/larour/issm/trunk/bin
     42cluster_executionpath=/u/wilkes-r1b/larour/Testing/Execution
     43
     44cluster_name=larsen
     45cluster_codepath=/u/astrid1/larour/issm/trunk/bin
     46cluster_executionpath=/u/wilkes-r1b/larour/Testing/Execution
     47
     48cluster_name=gemini
     49cluster_codepath=/workg/acm/larour/issm-1.0/bin
     50cluster_executionpath=/workg/acm/larour/Testing/Execution
     51
     52cluster_name=castor
     53cluster_codepath=/workc/acm/larour/issm-1.0/bin
     54cluster_executionpath=/workc/acm/larour/Testing/Execution
     55
     56cluster_name=pollux
     57cluster_codepath=/workp/acm/larour/issm-1.0/bin
     58cluster_executionpath=/workp/acm/larour/Testing/Execution
     59
     60
     61
    562end
Note: See TracChangeset for help on using the changeset viewer.