Changeset 1571
- Timestamp:
- 08/05/09 10:08:07 (16 years ago)
- Location:
- issm/trunk/etc
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/etc/cluster.rc
r1334 r1571 1 1 begin 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 2 cluster_name=LMC-007972 3 cluster_codepath=C:/home/issm/trunk/bin 4 cluster_executionpath= 62 5 end -
issm/trunk/etc/environment.csh
r1558 r1571 8 8 eval $i 9 9 end 10 11 #ISSM_DIR_CYGWIN12 setenv ISSM_DIR_CYGWIN13 10 14 11 #MATLAB … … 104 101 setenv PATH {$PATH}:{$BORLAND_DIR}/Bin 105 102 103 #SSH 104 setenv SSH_DIR 105 setenv PATH {$PATH}:{$SSH_DIR} 106 -
issm/trunk/etc/environment.sh
r1558 r1571 8 8 eval $i 9 9 done 10 11 #ISSM_DIR_CYGWIN12 export ISSM_DIR_CYGWIN13 10 14 11 #MATLAB … … 115 112 export SDK_DIR 116 113 PATH="$PATH:$SDK_DIR" 114 115 #SSH 116 export SSH_DIR 117 PATH="$PATH:$SSH_DIR" 118 -
issm/trunk/etc/environment_variables.csh
r1467 r1571 68 68 #borland 69 69 set BORLAND_DIR=/cygdrive/c/Borland 70 71 #ssh 72 set SSH_DIR={$ISSM_DIR}/externalpackages/ssh -
issm/trunk/etc/environment_variables.sh
r1535 r1571 74 74 #sdk 75 75 SDK_DIR="C:/MicrosoftVisualStudio 9.0/Microsoft Visual C++ 2008 Express Edition with SP1 - ENU" 76 77 #ssh 78 SSH_DIR="$ISSM_DIR/externalpackages/ssh"
Note:
See TracChangeset
for help on using the changeset viewer.