Index: /issm/trunk/etc/cluster.rc
===================================================================
--- /issm/trunk/etc/cluster.rc	(revision 1570)
+++ /issm/trunk/etc/cluster.rc	(revision 1571)
@@ -1,62 +1,5 @@
 begin
-
-#This file sets default platform settings used by ISSM. 
-#This file should always start with begin, and end with end. 
-#Comments start with #. 
-
-#The syntax to add a computational cluster is the following: 
-#cluster_name=foobar
-#cluster_codepath=/home/foobar/issm/bin
-#cluster_executionpath=/home/foobar/issm/bin
-
-#Just uncomment the 3 lines above if you want to add a cluster 
-#with hostname foobar, where issm code has been installed in 
-#cluster_codepath, and where execution will be carried out in cluster_executionpath
-#The cluster_name can be of any form, provided it's a string. Using 
-#the network hostname is good practice.
-
-#Default 
-
-#Final remark on including cluster settings: do not include spaces 
-#between a field, the '=' sign and its value. Do not also include trailing spaces
-#at the end of a line.
-
-cluster_name=cosmos
-cluster_codepath=/home/larour/tier2_ice/cluster_delivery
-cluster_executionpath=/scratch/larour/Testing/AGU_2008
-
-cluster_name=mustang
-cluster_codepath=/proj/ice/larour/Ice/tier2_ice/cluster_delivery
-cluster_executionpath=/proj/ice/larour/Testing_ice/Execution
-
-cluster_name=metro
-cluster_codepath=/home/larour/Ice/tier2_ice/cluster_delivery
-cluster_executionpath=/home/larour/Testing/Execution
-
-cluster_name=wilkes
-cluster_codepath=/u/astrid1/larour/issm/trunk/bin
-cluster_executionpath=/u/wilkes-r1b/larour/Testing/Execution
-
-cluster_name=astrid
-cluster_codepath=/u/astrid1/larour/issm/trunk/bin
-cluster_executionpath=/u/wilkes-r1b/larour/Testing/Execution
-
-cluster_name=larsen
-cluster_codepath=/u/astrid1/larour/issm/trunk/bin
-cluster_executionpath=/u/wilkes-r1b/larour/Testing/Execution
-
-cluster_name=gemini
-cluster_codepath=/workg/acm/larour/issm-1.0/bin
-cluster_executionpath=/workg/acm/larour/Testing/Execution
-
-cluster_name=castor
-cluster_codepath=/workc/acm/larour/issm-1.0/bin
-cluster_executionpath=/workc/acm/larour/Testing/Execution
-
-cluster_name=pollux
-cluster_codepath=/workp/acm/larour/issm-1.0/bin
-cluster_executionpath=/workp/acm/larour/Testing/Execution
-
-
-
+cluster_name=LMC-007972
+cluster_codepath=C:/home/issm/trunk/bin
+cluster_executionpath=
 end
Index: /issm/trunk/etc/environment.csh
===================================================================
--- /issm/trunk/etc/environment.csh	(revision 1570)
+++ /issm/trunk/etc/environment.csh	(revision 1571)
@@ -8,7 +8,4 @@
 eval $i
 end
-
-#ISSM_DIR_CYGWIN
-setenv ISSM_DIR_CYGWIN
 
 #MATLAB
@@ -104,2 +101,6 @@
 setenv PATH {$PATH}:{$BORLAND_DIR}/Bin
 
+#SSH
+setenv SSH_DIR
+setenv PATH {$PATH}:{$SSH_DIR}
+
Index: /issm/trunk/etc/environment.sh
===================================================================
--- /issm/trunk/etc/environment.sh	(revision 1570)
+++ /issm/trunk/etc/environment.sh	(revision 1571)
@@ -8,7 +8,4 @@
 	eval $i
 done
-
-#ISSM_DIR_CYGWIN
-export ISSM_DIR_CYGWIN
 
 #MATLAB
@@ -115,2 +112,7 @@
 export SDK_DIR
 PATH="$PATH:$SDK_DIR"
+
+#SSH
+export SSH_DIR
+PATH="$PATH:$SSH_DIR"
+
Index: /issm/trunk/etc/environment_variables.csh
===================================================================
--- /issm/trunk/etc/environment_variables.csh	(revision 1570)
+++ /issm/trunk/etc/environment_variables.csh	(revision 1571)
@@ -68,2 +68,5 @@
 #borland
 set BORLAND_DIR=/cygdrive/c/Borland
+
+#ssh
+set SSH_DIR={$ISSM_DIR}/externalpackages/ssh
Index: /issm/trunk/etc/environment_variables.sh
===================================================================
--- /issm/trunk/etc/environment_variables.sh	(revision 1570)
+++ /issm/trunk/etc/environment_variables.sh	(revision 1571)
@@ -74,2 +74,5 @@
 #sdk
 SDK_DIR="C:/MicrosoftVisualStudio 9.0/Microsoft Visual C++ 2008 Express Edition with SP1 - ENU"
+
+#ssh 
+SSH_DIR="$ISSM_DIR/externalpackages/ssh"
