Index: /issm/trunk-jpl/cron/configs/macosx64_larour
===================================================================
--- /issm/trunk-jpl/cron/configs/macosx64_larour	(revision 11569)
+++ /issm/trunk-jpl/cron/configs/macosx64_larour	(revision 11570)
@@ -1,4 +1,4 @@
 #
-########### Configuration file for Eric Larour's nightly run on Mac ############
+########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
 
 #-------------------------------#
@@ -6,15 +6,17 @@
 #-------------------------------#
 
-#ISSM main directory (full pathto ISSM trunk)
-ISSM_DIR="/Users/larour/issm/trunk"
+#ISSM main directory (full path)
+ISSM_DIR="/Users/larour/issm-uci"
+ISSM_TIER="/Users/larour/issm-uci/trunk-jpl/cron/trunk-jpl"
 
 #ISSM Architecture
 ISSM_ARCH="macosx-gnu"
 
-#Operating System
-OS="macosx64"
+#Machine configuration
+MACHINE="macosx-gil"
 
-#MATLAB path
-MATLAB_PATH="/Applications/MATLAB_R2008a/"
+#COMPILATION CONFIGURATION FILE
+COMPILE_CONFIG_FILE="config-macosx64-mathieu.sh"
+
 
 #----------------------#
@@ -29,12 +31,11 @@
 # - "none"     leave ISSM as is in its directory
 #              ->skip to section 3
-ISSM_INSTALLATION="update"
+ISSM_INSTALLATION="checkout"
 
 #SVN repository
 REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl"
-#REPOSITORY="http://s383-rhat/issm/svn/issm/branches/issm2.2"
 
 #execution path used for parallel runs
-EXECUTION_PATH=""
+EXECUTION_PATH="/Users/larour/ExecutionNightlyRun"
 
 #-----------------------------------#
@@ -47,9 +48,13 @@
 # - "none"    leave external packages as is
 #             ->skip to section 4
-ISSM_EXTERNALPACKAGES="copy"
-EXTERNALPACKAGESDIR=""
+ISSM_EXTERNALPACKAGES="install"
+EXTERNALPACKAGESDIR="/Users/larour/issm-uci/trunk-jpl/externalpackages"
 
 #List of external pakages to be installed
-EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle"
+EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco"
+
+#Corresponding list of installation files to use
+EXTERNALPACKAGES_CONFIGS=" install.sh install.sh install.sh install-1.0.2-linux64.sh install-3.2-linux64.sh install-4.0-linux64.sh install-linux64.sh install-linux64-astrid.sh install.sh"
+EXTERNALPACKAGES_NUMCPUS=" 1 1 1 1 1 1"
 
 #---------------------#
@@ -67,9 +72,9 @@
 
 #Mail delivery. If SKIPMAIL="no", the html nightly run report will be
-#sent to the adresses present in $ISSM_DIR/cron/mailinglist.
+#sent to the adresses present in $ISSM_TIER/cron/mailinglist.
 SKIPMAIL="no"
 
 #Sender email address
-EMAIL_ADRESS="eric.larour@jpl.nasa.gov"
+EMAIL_ADRESS="schlegel@jpl.nasa.gov"
 
 #------------------------#
@@ -82,5 +87,5 @@
 
 #number of cpus used in the nightly runs.
-NUMCPUS_RUN=1
+NUMCPUS_RUN=7
 
 #Nightly run options. The matlab routine nightlyrun.m will be called
@@ -90,2 +95,12 @@
 
 NROPTIONS=""
+
+
+#------------------------#
+# 7: Matlab#
+#------------------------#
+
+#MATLAB path
+MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"
+
+MATLABBIN="/usr/local/pkgs/matlab-7.6/bin/matlab"
