Index: /issm/trunk/etc/cluster.rc
===================================================================
--- /issm/trunk/etc/cluster.rc	(revision 1333)
+++ /issm/trunk/etc/cluster.rc	(revision 1334)
@@ -47,14 +47,14 @@
 
 cluster_name=gemini
-cluster_codepath=/home/larour/issm-1.0/bin
-cluster_executionpath=/home/larour/Testing/Execution
+cluster_codepath=/workg/acm/larour/issm-1.0/bin
+cluster_executionpath=/workg/acm/larour/Testing/Execution
 
 cluster_name=castor
-cluster_codepath=/home/larour/issm-1.0/bin
-cluster_executionpath=/home/larour/Testing/Execution
+cluster_codepath=/workc/acm/larour/issm-1.0/bin
+cluster_executionpath=/workc/acm/larour/Testing/Execution
 
 cluster_name=pollux
-cluster_codepath=/home/larour/issm-1.0/bin
-cluster_executionpath=/home/larour/Testing/Execution
+cluster_codepath=/workp/acm/larour/issm-1.0/bin
+cluster_executionpath=/workp/acm/larour/Testing/Execution
 
 
Index: /issm/trunk/etc/environment.csh
===================================================================
--- /issm/trunk/etc/environment.csh	(revision 1333)
+++ /issm/trunk/etc/environment.csh	(revision 1334)
@@ -67,4 +67,7 @@
 setenv BLACS_DIR
 
+#YAMS
+setenv YAMS_DIR
+
 #SOWING
 setenv SOWING_DIR
Index: /issm/trunk/etc/environment.sh
===================================================================
--- /issm/trunk/etc/environment.sh	(revision 1333)
+++ /issm/trunk/etc/environment.sh	(revision 1334)
@@ -68,4 +68,7 @@
 export BLACS_DIR
 
+#YAMS
+export YAMS_DIR
+
 #SOWING
 export SOWING_DIR
Index: /issm/trunk/etc/environment_variables.csh
===================================================================
--- /issm/trunk/etc/environment_variables.csh	(revision 1333)
+++ /issm/trunk/etc/environment_variables.csh	(revision 1334)
@@ -55,6 +55,7 @@
 set SOWING_DIR={$ISSM_DIR}/externalpackages/sowing/install
 
-#BLACS
-set BLACS_DIR={$ISSM_DIR}/externalpackages/petsc/install/externalexternalpackages/blacs-dev/$PETSC_ARCH
+#YAMS
+set YAMS_DIR={$ISSM_DIR}/externalpackages/yams
+
 
 #Development packages
Index: /issm/trunk/etc/environment_variables.sh
===================================================================
--- /issm/trunk/etc/environment_variables.sh	(revision 1333)
+++ /issm/trunk/etc/environment_variables.sh	(revision 1334)
@@ -59,4 +59,8 @@
 BLACS_DIR="$ISSM_DIR/externalpackages/petsc/install/externalexternalpackages/blacs-dev/$PETSC_ARCH"
 
+#YAMS
+YAMS_DIR="$ISSM_DIR/externalpackages/yams"
+
+
 
 
