Index: /issm/branches/trunk-jpl-damage/cron/configs/linux64_cborstad_daily_branches
===================================================================
--- /issm/branches/trunk-jpl-damage/cron/configs/linux64_cborstad_daily_branches	(revision 11452)
+++ /issm/branches/trunk-jpl-damage/cron/configs/linux64_cborstad_daily_branches	(revision 11452)
@@ -0,0 +1,92 @@
+#
+########### Configuration file for Chris Borstad's daily run on branches ############
+
+#-------------------------------#
+# 1: ISSM general configuration #
+#-------------------------------#
+
+#ISSM main directory (full paths)
+ISSM_DIR="/u/astrid-r1b/cborstad/issmuci"
+ISSM_TIER="/u/astrid-r1b/cborstad/issmuci/branches/trunk-jpl-damage/cron/trunk-jpl-damage"
+
+#ISSM Architecture
+ISSM_ARCH="linux-gnu-amd64"
+
+#Machine configuration
+MACHINE="astrid"
+
+#MATLAB path
+MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"
+
+#----------------------#
+# 2: ISSM Installation #
+#----------------------#
+
+#ISSM_INSTALLATION can have 3 values:
+# - "checkout" the existing version of the code will be erased and
+#              the latest version will be checked out
+# - "update"   the directory won't be erased but ISSM will be updated
+#              ->skip to section 3
+# - "none"     leave ISSM as is in its directory
+#              ->skip to section 3
+ISSM_INSTALLATION="update"
+
+#SVN repository
+REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/branches/trunk-jpl-damage"
+#REPOSITORY="http://s383-rhat/issm/svn/issm/branches/issm2.2"
+
+#execution path used for parallel runs
+EXECUTION_PATH="/u/astrid-r1b/cborstad/ExecutionNightlyRun"
+
+#-----------------------------------#
+# 3: External packages installation #
+#-----------------------------------#
+
+#ISSM_EXTERNALPACKAGES can have 3 values:
+# - "install" install all external packages listed below
+# - "copy"    copy existing directories (EXTERNALPACKAGESDIR)
+# - "none"    leave external packages as is
+#             ->skip to section 4
+ISSM_EXTERNALPACKAGES="none"
+EXTERNALPACKAGESDIR="/u/astrid-r1b/cborstad/issmuci/branches/trunk-jpl-damage/externalpackages"
+
+#List of external pakages to be installed
+EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco"
+
+#---------------------#
+# 4: ISSM Compilation #
+#---------------------#
+
+#ISSM_COMPILATION can have 2 values:
+# - "yes" compile ISSM
+# - "no"  do not compile ISSM
+ISSM_COMPILATION="yes"
+
+#----------------------#
+# 5: Mail notification #
+#----------------------#
+
+#Mail delivery. If SKIPMAIL="no", the html nightly run report will be
+#sent to the adresses present in $ISSM_TIER/cron/mailinglist.
+SKIPMAIL="no"
+
+#Sender email address
+EMAIL_ADRESS="christopher.p.borstad@jpl.nasa.gov"
+
+#------------------------#
+# 6: Nightly run options #
+#------------------------#
+
+#number of cpus used in ISSM installation and compilation (one is usually
+#safer as some packages are very sensitive to parallel compilation)
+NUMCPUS_INSTALL=8
+
+#number of cpus used in the nightly runs.
+NUMCPUS_RUN=7
+
+#Nightly run options. The matlab routine nightlyrun.m will be called
+#as follows: nightlyrun($NROPTIONS). The options must be understandable
+#by Matlab and nightlyrun.m
+#ex: "'id',[101 102 103]"
+
+NROPTIONS=""
Index: /issm/branches/trunk-jpl-damage/cron/configs/linux64_cborstad_nightly_branches
===================================================================
--- /issm/branches/trunk-jpl-damage/cron/configs/linux64_cborstad_nightly_branches	(revision 11452)
+++ /issm/branches/trunk-jpl-damage/cron/configs/linux64_cborstad_nightly_branches	(revision 11452)
@@ -0,0 +1,92 @@
+#
+########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
+
+#-------------------------------#
+# 1: ISSM general configuration #
+#-------------------------------#
+
+#ISSM main directory (full path)
+ISSM_DIR="/u/astrid-r1b/cborstad/issmuci"
+ISSM_TIER="/u/astrid-r1b/cborstad/issmuci/branches/trunk-jpl-damage/cron/trunk-jpl-damage"
+
+#ISSM Architecture
+ISSM_ARCH="linux-gnu-amd64"
+
+#Machine configuration
+MACHINE="astrid"
+
+#MATLAB path
+MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"
+
+#----------------------#
+# 2: ISSM Installation #
+#----------------------#
+
+#ISSM_INSTALLATION can have 3 values:
+# - "checkout" the existing version of the code will be erased and
+#              the latest version will be checked out
+# - "update"   the directory won't be erased but ISSM will be updated
+#              ->skip to section 3
+# - "none"     leave ISSM as is in its directory
+#              ->skip to section 3
+ISSM_INSTALLATION="checkout"
+
+#SVN repository
+REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/branches/trunk-jpl-damage"
+#REPOSITORY="http://s383-rhat/issm/svn/issm/branches/issm2.2"
+
+#execution path used for parallel runs
+#EXECUTION_PATH="/u/astrid-r1b/seroussi/ExecutionNightlyRun"
+
+#-----------------------------------#
+# 3: External packages installation #
+#-----------------------------------#
+
+#ISSM_EXTERNALPACKAGES can have 3 values:
+# - "install" install all external packages listed below
+# - "copy"    copy existing directories (EXTERNALPACKAGESDIR)
+# - "none"    leave external packages as is
+#             ->skip to section 4
+ISSM_EXTERNALPACKAGES="install"
+EXTERNALPACKAGESDIR="/u/astrid-r1b/cborstad/issmuci/branches/trunk-jpl-damage/externalpackages"
+
+#List of external pakages to be installed
+EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco"
+
+#---------------------#
+# 4: ISSM Compilation #
+#---------------------#
+
+#ISSM_COMPILATION can have 2 values:
+# - "yes" compile ISSM
+# - "no"  do not compile ISSM
+ISSM_COMPILATION="yes"
+
+#----------------------#
+# 5: Mail notification #
+#----------------------#
+
+#Mail delivery. If SKIPMAIL="no", the html nightly run report will be
+#sent to the adresses present in $ISSM_TIER/cron/mailinglist.
+SKIPMAIL="no"
+
+#Sender email address
+EMAIL_ADRESS="christopher.p.borstad@jpl.nasa.gov"
+
+#------------------------#
+# 6: Nightly run options #
+#------------------------#
+
+#number of cpus used in ISSM installation and compilation (one is usually
+#safer as some packages are very sensitive to parallel compilation)
+NUMCPUS_INSTALL=1
+
+#number of cpus used in the nightly runs.
+NUMCPUS_RUN=7
+
+#Nightly run options. The matlab routine nightlyrun.m will be called
+#as follows: nightlyrun($NROPTIONS). The options must be understandable
+#by Matlab and nightlyrun.m
+#ex: "'id',[101 102 103]"
+
+NROPTIONS=""
Index: /issm/branches/trunk-jpl-damage/cron/configs/linux64_cborstad_validation_branches
===================================================================
--- /issm/branches/trunk-jpl-damage/cron/configs/linux64_cborstad_validation_branches	(revision 11452)
+++ /issm/branches/trunk-jpl-damage/cron/configs/linux64_cborstad_validation_branches	(revision 11452)
@@ -0,0 +1,91 @@
+########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
+
+#-------------------------------#
+# 1: ISSM general configuration #
+#-------------------------------#
+
+#ISSM main directory (full path)
+ISSM_DIR="/u/astrid-r1b/cborstad/issmuci"
+ISSM_TIER="/u/astrid-r1b/cborstad/issmuci/branches/trunk-jpl-damage/cron/trunk-jpl-damage"
+
+#ISSM Architecture
+ISSM_ARCH="linux-gnu-amd64"
+
+#Machine configuration
+MACHINE="astrid"
+
+#MATLAB path
+MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"
+
+#----------------------#
+# 2: ISSM Installation #
+#----------------------#
+
+#ISSM_INSTALLATION can have 3 values:
+# - "checkout" the existing version of the code will be erased and
+#              the latest version will be checked out
+# - "update"   the directory won't be erased but ISSM will be updated
+#              ->skip to section 3
+# - "none"     leave ISSM as is in its directory
+#              ->skip to section 3
+ISSM_INSTALLATION="update"
+
+#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="/u/astrid-r1b/seroussi/ExecutionNightlyRun"
+
+#-----------------------------------#
+# 3: External packages installation #
+#-----------------------------------#
+
+#ISSM_EXTERNALPACKAGES can have 3 values:
+# - "install" install all external packages listed below
+# - "copy"    copy existing directories (EXTERNALPACKAGESDIR)
+# - "none"    leave external packages as is
+#             ->skip to section 4
+ISSM_EXTERNALPACKAGES="none"
+#EXTERNALPACKAGESDIR="/u/astrid-r1b/seroussi/issm/trunk-jpl/externalpackages"
+
+#List of external pakages to be installed
+#EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco yams"
+
+#---------------------#
+# 4: ISSM Compilation #
+#---------------------#
+
+#ISSM_COMPILATION can have 2 values:
+# - "yes" compile ISSM
+# - "no"  do not compile ISSM
+ISSM_COMPILATION="yes"
+
+#----------------------#
+# 5: Mail notification #
+#----------------------#
+
+#Mail delivery. If SKIPMAIL="no", the html nightly run report will be
+#sent to the adresses present in $ISSM_TIER/cron/mailinglist.
+SKIPMAIL="no"
+
+#Sender email address
+EMAIL_ADRESS="christopher.p.borstad@jpl.nasa.gov"
+
+#------------------------#
+# 6: Nightly run options #
+#------------------------#
+
+#number of cpus used in ISSM installation and compilation (one is usually
+#safer as some packages are very sensitive to parallel compilation)
+NUMCPUS_INSTALL=1
+
+#number of cpus used in the nightly runs.
+NUMCPUS_RUN=7
+
+#Nightly run options. The matlab routine nightlyrun.m will be called
+#as follows: nightlyrun($NROPTIONS). The options must be understandable
+#by Matlab and nightlyrun.m
+#ex: "'id',[101 102 103]"
+
+NROPTIONS="'benchmark','all'"
Index: /issm/branches/trunk-jpl-damage/cron/cronfiles/linux_cronfile_branches
===================================================================
--- /issm/branches/trunk-jpl-damage/cron/cronfiles/linux_cronfile_branches	(revision 11452)
+++ /issm/branches/trunk-jpl-damage/cron/cronfiles/linux_cronfile_branches	(revision 11452)
@@ -0,0 +1,11 @@
+#use /bin/bash to run commands, overriding the default set by cron
+SHELL=/bin/bash
+
+#mail output to: 
+MAILTO=christopher.p.borstad@jpl.nasa.gov
+
+#cronjob
+00 04 * * 1-5 cd /u/astrid-r1b/cborstad/issmuci/branches/trunk-jpl-damage/cron/ && ./nightlyrun.sh configs/linux64_cborstad_daily_branches
+00 02 * * 6   cd /u/astrid-r1b/cborstad/ExecutionNightlyRun && rm -r test*
+00 03 * * 6   cd /u/astrid-r1b/cborstad/issmuci/branches/trunk-jpl-damage/cron/trunk-jpl-damage/test/NightlyRun && make clean
+00 04 * * 6   cd /u/astrid-r1b/cborstad/issmuci/branches/trunk-jpl-damage/cron/trunk-jpl-damage/test/NightlyRun && rm -r qmu*
Index: /issm/branches/trunk-jpl-damage/cron/mailinglist
===================================================================
--- /issm/branches/trunk-jpl-damage/cron/mailinglist	(revision 11451)
+++ /issm/branches/trunk-jpl-damage/cron/mailinglist	(revision 11452)
@@ -1,2 +1,3 @@
 #Mailing list for nightly runs
-MAILINGLIST="mathieu.morlighem@jpl.nasa.gov helene.seroussi@jpl.nasa.gov eric.larour@jpl.nasa.gov John.E.Schiermeier@jpl.nasa.gov Nicole-Jeanne.Schlegel@jpl.nasa.gov christopher.p.borstad@jpl.nasa.gov Feras.A.Habbal@jpl.nasa.gov Daria.J.Halkides@jpl.nasa.gov"
+#MAILINGLIST="mathieu.morlighem@jpl.nasa.gov helene.seroussi@jpl.nasa.gov eric.larour@jpl.nasa.gov John.E.Schiermeier@jpl.nasa.gov Nicole-Jeanne.Schlegel@jpl.nasa.gov christopher.p.borstad@jpl.nasa.gov Feras.A.Habbal@jpl.nasa.gov Daria.J.Halkides@jpl.nasa.gov"
+MAILINGLIST="christopher.p.borstad@jpl.nasa.gov"
