Index: /issm/trunk/etc/cluster.rc
===================================================================
--- /issm/trunk/etc/cluster.rc	(revision 1574)
+++ /issm/trunk/etc/cluster.rc	(revision 1575)
@@ -1,5 +1,62 @@
 begin
-cluster_name=LMC-007972
-cluster_codepath=C:/home/issm/trunk/bin
-cluster_executionpath=
+
+#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
+
+
+
 end
