Index: sm/trunk-jpl/cron/configs/linux64_borstad_daily
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_borstad_daily	(revision 11858)
+++ 	(revision )
@@ -1,100 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full paths)
-ISSM_DIR="/u/astrid-r1b/cborstad/issmuci"
-ISSM_TIER="/u/astrid-r1b/cborstad/issmuci/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/astrid-r1b/seroussi/svn/issm/trunk/cron/issm2.2"
-
-#ISSM Architecture
-ISSM_ARCH="linux-gnu-amd64"
-
-#Machine configuration
-MACHINE="astrid"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
-
-#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/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/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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"
-
-#---------------------#
-# 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="cborstad@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: sm/trunk-jpl/cron/configs/linux64_borstad_nightly
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_borstad_nightly	(revision 11858)
+++ 	(revision )
@@ -1,100 +1,0 @@
-#
-########### 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/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/astrid-r1b/seroussi/svn/issm/trunk/cron/issm2.2"
-
-#ISSM Architecture
-ISSM_ARCH="linux-gnu-amd64"
-
-#Machine configuration
-MACHINE="astrid"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
-
-#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/trunk-jpl"
-#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="install"
-EXTERNALPACKAGESDIR="/u/astrid-r1b/cborstad/issmuci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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"
-
-#---------------------#
-# 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="cborstad@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: sm/trunk-jpl/cron/configs/linux64_borstad_ucitrunk
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_borstad_ucitrunk	(revision 11858)
+++ 	(revision )
@@ -1,99 +1,0 @@
-#
-########### 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/trunk-jpl/cron/trunk"
-#ISSM_TIER="/u/astrid-r1b/seroussi/svn/issm/trunk/cron/issm2.2"
-
-#ISSM Architecture
-ISSM_ARCH="linux-gnu-amd64"
-
-#Machine configuration
-MACHINE="astrid"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
-
-#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/trunk"
-#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="install"
-EXTERNALPACKAGESDIR="/u/astrid-r1b/cborstad/issmuci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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"
-
-#---------------------#
-# 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="cborstad@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: sm/trunk-jpl/cron/configs/linux64_borstad_validation
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_borstad_validation	(revision 11858)
+++ 	(revision )
@@ -1,99 +1,0 @@
-########### 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/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/astrid-r1b/seroussi/svn/issm/trunk/cron/issm2.2"
-
-#ISSM Architecture
-ISSM_ARCH="linux-gnu-amd64"
-
-#Machine configuration
-MACHINE="astrid"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
-
-#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/trunk-jpl"
-#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="install"
-EXTERNALPACKAGESDIR="/u/astrid-r1b/cborstad/issmuci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco yams"
-
-#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 install.sh"
-
-#---------------------#
-# 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="cborstad@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/trunk-jpl/cron/configs/linux64_daily
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_daily	(revision 11859)
+++ /issm/trunk-jpl/cron/configs/linux64_daily	(revision 11859)
@@ -0,0 +1,97 @@
+########### Configuration file for nightly run on Linux ############
+
+#-------------------------------#
+# 1: ISSM general configuration #
+#-------------------------------#
+
+#ISSM main directory (full paths)
+ISSM_DIR="/path/to/issm"
+ISSM_TIER="/path/to/issm/cron/trunk-jpl"
+
+#ISSM Architecture
+ISSM_ARCH="linux-gnu-amd64"
+
+#Machine configuration
+MACHINE="astrid"
+
+#COMPILATION CONFIGURATION FILE
+COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
+
+#MATLAB path
+MATLAB_PATH="/path/to/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"
+
+#execution path used for parallel runs
+EXECUTION_PATH="/path/to/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="/path/to/trunk-jpl/externalpackages"
+
+#List of external pakages to be installed
+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"
+
+#---------------------#
+# 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="example@example.edu"
+
+#------------------------#
+# 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: sm/trunk-jpl/cron/configs/linux64_larour
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_larour	(revision 11858)
+++ 	(revision )
@@ -1,93 +1,0 @@
-#
-########### Configuration file for Eric Larour's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full paths)
-ISSM_DIR="/u/astrid-r1b/larour/issm/"
-ISSM_TIER="/u/astrid-r1b/larour/issm/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/wilkes-r1b/morlighe/svn/issm/trunk/cron/issm2.2"
-
-#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/larour/issm/execution"
-
-#-----------------------------------#
-# 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/larour/issm/trunk-jpl/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="no"
-
-#----------------------#
-# 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="eric.larour@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=8
-
-#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: sm/trunk-jpl/cron/configs/linux64_larour_gsl
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_larour_gsl	(revision 11858)
+++ 	(revision )
@@ -1,99 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/proj/ice/larour/issm-uci"
-ISSM_TIER="/proj/ice/larour/issm-uci/trunk-jpl/cron/trunk-jpl"
-
-#ISSM Architecture
-ISSM_ARCH="linux-gnu-amd64"
-
-#Machine configuration
-MACHINE="murdo-gsl"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-linux64-murdo-nopetsc.sh"
-
-#MATLAB path
-MATLAB_PATH="/usr/local/matlab712"
-
-
-#----------------------#
-# 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/trunk-jpl"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/proj/ice/larour/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="link"
-EXTERNALPACKAGESDIR="/proj/ice/larour/issm-uci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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"
-
-#---------------------#
-# 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="eric.larour@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=24
-
-#number of cpus used in the nightly runs.
-NUMCPUS_RUN=1
-
-#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="'id',[101:136 138:345 347:438 441:464]"
Index: sm/trunk-jpl/cron/configs/linux64_morlighem_daily
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_morlighem_daily	(revision 11858)
+++ 	(revision )
@@ -1,93 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full paths)
-ISSM_DIR="/u/astrid-r1b/morlighe/svn/issm"
-ISSM_TIER="/u/astrid-r1b/morlighe/svn/issm/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/astrid-r1b/morlighe/svn/issm/trunk/cron/issm2.2"
-
-#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/morlighe/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/morlighe/issm/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-EXTERNALPACKAGES="automake autoconf 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="mathieu.morlighem@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: sm/trunk-jpl/cron/configs/linux64_morlighem_nightly
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_morlighem_nightly	(revision 11858)
+++ 	(revision )
@@ -1,93 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/u/astrid-r1b/morlighe/issm"
-ISSM_TIER="/u/astrid-r1b/morlighe/issm/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/astrid-r1b/morlighe/svn/issm/trunk/cron/issm2.2"
-
-#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/trunk-jpl"
-#REPOSITORY="http://s383-rhat/issm/svn/issm/branches/issm2.2"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/u/astrid-r1b/morlighe/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/morlighe/issm/trunk-jpl/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="mathieu.morlighem@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: sm/trunk-jpl/cron/configs/linux64_morlighem_validation
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_morlighem_validation	(revision 11858)
+++ 	(revision )
@@ -1,92 +1,0 @@
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/u/astrid-r1b/morlighe/issm"
-ISSM_TIER="/u/astrid-r1b/morlighe/issm/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/astrid-r1b/morlighe/svn/issm/trunk/cron/issm2.2"
-
-#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/trunk-jpl"
-#REPOSITORY="http://s383-rhat/issm/svn/issm/branches/issm2.2"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/u/astrid-r1b/morlighe/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/morlighe/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="mathieu.morlighem@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/trunk-jpl/cron/configs/linux64_nightly
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_nightly	(revision 11859)
+++ /issm/trunk-jpl/cron/configs/linux64_nightly	(revision 11859)
@@ -0,0 +1,97 @@
+########### Configuration file for nightly run on Linux ############
+
+#-------------------------------#
+# 1: ISSM general configuration #
+#-------------------------------#
+
+#ISSM main directory (full paths)
+ISSM_DIR="/path/to/issm"
+ISSM_TIER="/path/to/issm/cron/trunk-jpl"
+
+#ISSM Architecture
+ISSM_ARCH="linux-gnu-amd64"
+
+#Machine configuration
+MACHINE="astrid"
+
+#COMPILATION CONFIGURATION FILE
+COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
+
+#MATLAB path
+MATLAB_PATH="/path/to/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/trunk-jpl"
+
+#execution path used for parallel runs
+EXECUTION_PATH="/path/to/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="/path/to/trunk-jpl/externalpackages"
+
+#List of external pakages to be installed
+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"
+
+#---------------------#
+# 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="example@example.edu"
+
+#------------------------#
+# 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: sm/trunk-jpl/cron/configs/linux64_schlegel_daily
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_schlegel_daily	(revision 11858)
+++ 	(revision )
@@ -1,100 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full paths)
-ISSM_DIR="/u/astrid-r1b/schlegel/issmuci"
-ISSM_TIER="/u/astrid-r1b/schlegel/issmuci/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/astrid-r1b/seroussi/svn/issm/trunk/cron/issm2.2"
-
-#ISSM Architecture
-ISSM_ARCH="linux-gnu-amd64"
-
-#Machine configuration
-MACHINE="astrid"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
-
-#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/schlegel/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/schlegel/issmuci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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"
-
-#---------------------#
-# 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="schlegel@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: sm/trunk-jpl/cron/configs/linux64_schlegel_nightly
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_schlegel_nightly	(revision 11858)
+++ 	(revision )
@@ -1,100 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/u/astrid-r1b/schlegel/issmuci"
-ISSM_TIER="/u/astrid-r1b/schlegel/issmuci/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/astrid-r1b/seroussi/svn/issm/trunk/cron/issm2.2"
-
-#ISSM Architecture
-ISSM_ARCH="linux-gnu-amd64"
-
-#Machine configuration
-MACHINE="astrid"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
-
-#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/trunk-jpl"
-#REPOSITORY="http://s383-rhat/issm/svn/issm/branches/issm2.2"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/u/astrid-r1b/schlegel/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/schlegel/issmuci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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"
-
-#---------------------#
-# 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="schlegel@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: sm/trunk-jpl/cron/configs/linux64_schlegel_ucitrunk
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_schlegel_ucitrunk	(revision 11858)
+++ 	(revision )
@@ -1,99 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/u/astrid-r1b/schlegel/issmuci"
-ISSM_TIER="/u/astrid-r1b/schlegel/issmuci/trunk-jpl/cron/trunk"
-#ISSM_TIER="/u/astrid-r1b/seroussi/svn/issm/trunk/cron/issm2.2"
-
-#ISSM Architecture
-ISSM_ARCH="linux-gnu-amd64"
-
-#Machine configuration
-MACHINE="astrid"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
-
-#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/trunk"
-#REPOSITORY="http://s383-rhat/issm/svn/issm/branches/issm2.2"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/u/astrid-r1b/schlegel/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/schlegel/issmuci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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"
-
-#---------------------#
-# 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="schlegel@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: sm/trunk-jpl/cron/configs/linux64_schlegel_validation
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_schlegel_validation	(revision 11858)
+++ 	(revision )
@@ -1,99 +1,0 @@
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/u/astrid-r1b/schlegel/issmuci"
-ISSM_TIER="/u/astrid-r1b/schlegel/issmuci/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/astrid-r1b/seroussi/svn/issm/trunk/cron/issm2.2"
-
-#ISSM Architecture
-ISSM_ARCH="linux-gnu-amd64"
-
-#Machine configuration
-MACHINE="astrid"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-linux64-astrid.sh"
-
-#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/trunk-jpl"
-#REPOSITORY="http://s383-rhat/issm/svn/issm/branches/issm2.2"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/u/astrid-r1b/schlegel/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/schlegel/issmuci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco yams"
-
-#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 install.sh"
-
-#---------------------#
-# 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="schlegel@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: sm/trunk-jpl/cron/configs/linux64_seroussi
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_seroussi	(revision 11858)
+++ 	(revision )
@@ -1,92 +1,0 @@
-#
-########### Configuration file for Helene Seroussi's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/u/wilkes-r1b/seroussi/issm"
-ISSM_TIER="/u/wilkes-r1b/seroussi/issm/trunk-jpl/cron/trunk-jpl"
-
-#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/wilkes-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/wilkes-r1b/seroussi/issm/trunk-jpl/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="helene.seroussi@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: sm/trunk-jpl/cron/configs/linux64_seroussi_daily
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_seroussi_daily	(revision 11858)
+++ 	(revision )
@@ -1,93 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full paths)
-ISSM_DIR="/u/astrid-r1b/seroussi/issm"
-ISSM_TIER="/u/astrid-r1b/seroussi/issm/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/astrid-r1b/seroussi/svn/issm/trunk/cron/issm2.2"
-
-#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"
-
-#---------------------#
-# 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="helene.seroussi@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: sm/trunk-jpl/cron/configs/linux64_seroussi_nightly
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_seroussi_nightly	(revision 11858)
+++ 	(revision )
@@ -1,93 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/u/astrid-r1b/seroussi/issm"
-ISSM_TIER="/u/astrid-r1b/seroussi/issm/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/astrid-r1b/seroussi/svn/issm/trunk/cron/issm2.2"
-
-#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/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="install"
-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"
-
-#---------------------#
-# 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="helene.seroussi@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: sm/trunk-jpl/cron/configs/linux64_seroussi_ucitrunk
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_seroussi_ucitrunk	(revision 11858)
+++ 	(revision )
@@ -1,93 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/u/astrid-r1b/seroussi/issm"
-ISSM_TIER="/u/astrid-r1b/seroussi/issm/trunk-jpl/cron/trunk"
-#ISSM_TIER="/u/astrid-r1b/seroussi/svn/issm/trunk/cron/issm2.2"
-
-#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/trunk"
-#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/seroussi/issm/trunk-jpl/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="helene.seroussi@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: sm/trunk-jpl/cron/configs/linux64_seroussi_validation
===================================================================
--- /issm/trunk-jpl/cron/configs/linux64_seroussi_validation	(revision 11858)
+++ 	(revision )
@@ -1,92 +1,0 @@
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/u/astrid-r1b/seroussi/issm"
-ISSM_TIER="/u/astrid-r1b/seroussi/issm/trunk-jpl/cron/trunk-jpl"
-#ISSM_TIER="/u/astrid-r1b/seroussi/svn/issm/trunk/cron/issm2.2"
-
-#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/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="install"
-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="helene.seroussi@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: sm/trunk-jpl/cron/configs/macosx32_seroussi
===================================================================
--- /issm/trunk-jpl/cron/configs/macosx32_seroussi	(revision 11858)
+++ 	(revision )
@@ -1,92 +1,0 @@
-#
-########### Configuration file for Helene Seroussi's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/Users/seroussi/Desktop/issmuci"
-ISSM_TIER="/Users/seroussi/Desktop/issmuci/trunk-jpl/cron/trunk-jpl"
-
-#ISSM Architecture
-ISSM_ARCH="macosx-gnu"
-
-#Machine configuration
-MACHINE="macmathieu"
-
-#MATLAB path
-MATLAB_PATH="/Applications/MATLAB_R2009a.app/"
-
-#----------------------#
-# 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=""
-
-#-----------------------------------#
-# 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=""
-
-#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="helene.seroussi@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=1
-
-#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: sm/trunk-jpl/cron/configs/macosx64_borstad
===================================================================
--- /issm/trunk-jpl/cron/configs/macosx64_borstad	(revision 11858)
+++ 	(revision )
@@ -1,98 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/Users/cborstad/issmuci"
-ISSM_TIER="/Users/cborstad/issmuci/trunk-jpl/cron/trunk-jpl"
-
-#ISSM Architecture
-ISSM_ARCH="macosx-gnu"
-
-#Machine configuration
-MACHINE="macosx-gil"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-macosx64-chris.sh"
-
-#MATLAB path
-MATLAB_PATH="/Applications/MATLAB_R2011b.app/"
-
-#----------------------#
-# 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/trunk-jpl"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/Users/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="install"
-EXTERNALPACKAGESDIR="/Users/cborstad/issmuci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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.4-macosx64.sh install-3.2-macosx64.sh install-4.0-macosx64.sh install-macosx64.sh install-macosx64.sh install.sh"
-
-#---------------------#
-# 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="cborstad@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=4
-
-#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="'exclude',[137 425:434 527]"
-
Index: sm/trunk-jpl/cron/configs/macosx64_borstad_daily
===================================================================
--- /issm/trunk-jpl/cron/configs/macosx64_borstad_daily	(revision 11858)
+++ 	(revision )
@@ -1,98 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/Users/cborstad/issmuci"
-ISSM_TIER="/Users/cborstad/issmuci/trunk-jpl/cron/trunk-jpl"
-
-#ISSM Architecture
-ISSM_ARCH="macosx-gnu"
-
-#Machine configuration
-MACHINE="macosx-gil"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-macosx64-nicole.sh"
-
-#MATLAB path
-MATLAB_PATH="/Applications/MATLAB_R2011b.app/"
-
-#----------------------#
-# 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"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/Users/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="/Users/cborstad/issmuci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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.4-macosx64.sh install-3.2-macosx64.sh install-4.0-macosx64.sh install-macosx64.sh install-macosx64.sh install.sh"
-
-#---------------------#
-# 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="cborstad@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=4
-
-#number of cpus used in the nightly runs.
-NUMCPUS_RUN=4
-
-#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="'exclude',[137 425:434 527]"
-
Index: /issm/trunk-jpl/cron/configs/macosx64_daily
===================================================================
--- /issm/trunk-jpl/cron/configs/macosx64_daily	(revision 11859)
+++ /issm/trunk-jpl/cron/configs/macosx64_daily	(revision 11859)
@@ -0,0 +1,97 @@
+########### Configuration file for nightly run on MAC OSX 64 bit ############
+
+#-------------------------------#
+# 1: ISSM general configuration #
+#-------------------------------#
+
+#ISSM main directory (full path)
+ISSM_DIR="/path/to/issm/"
+ISSM_TIER="/path/to/issm/trunk-jpl/cron/trunk-jpl"
+
+#ISSM Architecture
+ISSM_ARCH="macosx-gnu"
+
+#Machine configuration
+MACHINE="macosx-gil"
+
+#COMPILATION CONFIGURATION FILE
+COMPILE_CONFIG_FILE="config-macosx64-nicole.sh"
+
+#MATLAB path
+MATLAB_PATH="/Applications/MATLAB_R2011b.app/"
+
+#----------------------#
+# 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"
+
+#execution path used for parallel runs
+EXECUTION_PATH="/path/to/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="/path/to/issm/trunk-jpl/externalpackages"
+
+#List of external pakages to be installed
+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.4-macosx64.sh install-3.2-macosx64.sh install-4.0-macosx64.sh install-macosx64.sh install-macosx64.sh install.sh"
+
+#---------------------#
+# 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="example@example.edu"
+
+#------------------------#
+# 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=4
+
+#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="'exclude',[137 425:434 527]"
+
Index: sm/trunk-jpl/cron/configs/macosx64_larour
===================================================================
--- /issm/trunk-jpl/cron/configs/macosx64_larour	(revision 11858)
+++ 	(revision )
@@ -1,106 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#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"
-
-#Machine configuration
-MACHINE="macosx-gil"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-macosx64-mathieu.sh"
-
-
-#----------------------#
-# 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/trunk-jpl"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/Users/larour/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="copy"
-EXTERNALPACKAGESDIR="/Users/larour/issm-uci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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"
-
-#---------------------#
-# 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="yes"
-
-#Sender email address
-EMAIL_ADRESS="eric.larour@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=4
-
-#number of cpus used in the nightly runs.
-NUMCPUS_RUN=1
-
-#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=""
-
-
-#------------------------#
-# 7: Matlab#
-#------------------------#
-
-#MATLAB path
-MATLAB_PATH="/Applications/MATLAB_R2010a.app/"
-
-MATLABBIN="/Applications/MATLAB_R2010a.app/bin/matlab"
Index: sm/trunk-jpl/cron/configs/macosx64_larour_validation
===================================================================
--- /issm/trunk-jpl/cron/configs/macosx64_larour_validation	(revision 11858)
+++ 	(revision )
@@ -1,108 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#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"
-
-#Machine configuration
-MACHINE="macosx-gil"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-macosx64-larour.sh"
-
-
-#----------------------#
-# 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/trunk-jpl"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/Users/larour/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="link"
-EXTERNALPACKAGESDIR="/Users/larour/issm-uci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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"
-
-#---------------------#
-# 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="yes"
-
-#Sender email address
-EMAIL_ADRESS="eric.larour@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=1
-
-#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="'id',[101:136 138:151]"
-
-#------------------------#
-# 7: Matlab#
-#------------------------#
-
-#MATLAB path
-MATLAB_PATH="/Applications/MATLAB_R2010a.app/"
-
-MATLABBIN="/Applications/MATLAB_R2010a.app/bin/matlab"
-
-#Specialty one: 
-export  FC=gfortran
Index: /issm/trunk-jpl/cron/configs/macosx64_nightly
===================================================================
--- /issm/trunk-jpl/cron/configs/macosx64_nightly	(revision 11859)
+++ /issm/trunk-jpl/cron/configs/macosx64_nightly	(revision 11859)
@@ -0,0 +1,97 @@
+########### Configuration file for nightly run on MAC OSX 64 bit ############
+
+#-------------------------------#
+# 1: ISSM general configuration #
+#-------------------------------#
+
+#ISSM main directory (full path)
+ISSM_DIR="/path/to/issm/"
+ISSM_TIER="/path/to/issm/trunk-jpl/cron/trunk-jpl"
+
+#ISSM Architecture
+ISSM_ARCH="macosx-gnu"
+
+#Machine configuration
+MACHINE="macosx-gil"
+
+#COMPILATION CONFIGURATION FILE
+COMPILE_CONFIG_FILE="config-macosx64-nicole.sh"
+
+#MATLAB path
+MATLAB_PATH="/Applications/MATLAB_R2011b.app/"
+
+#----------------------#
+# 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/trunk-jpl"
+
+#execution path used for parallel runs
+EXECUTION_PATH="/path/to/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="/path/to/issm/trunk-jpl/externalpackages"
+
+#List of external pakages to be installed
+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.4-macosx64.sh install-3.2-macosx64.sh install-4.0-macosx64.sh install-macosx64.sh install-macosx64.sh install.sh"
+
+#---------------------#
+# 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="example@example.edu"
+
+#------------------------#
+# 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=4
+
+#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="'exclude',[137 425:434 527]"
+
Index: sm/trunk-jpl/cron/configs/macosx64_schlegel
===================================================================
--- /issm/trunk-jpl/cron/configs/macosx64_schlegel	(revision 11858)
+++ 	(revision )
@@ -1,98 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/Users/schlegel/issmuci"
-ISSM_TIER="/Users/schlegel/issmuci/trunk-jpl/cron/trunk-jpl"
-
-#ISSM Architecture
-ISSM_ARCH="macosx-gnu"
-
-#Machine configuration
-MACHINE="macosx-gil"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-macosx64-nicole.sh"
-
-#MATLAB path
-MATLAB_PATH="/Applications/MATLAB_R2011b.app/"
-
-#----------------------#
-# 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/trunk-jpl"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/Users/schlegel/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="/Users/schlegel/issmuci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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.4-macosx64.sh install-3.2-macosx64.sh install-4.0-macosx64.sh install-macosx64.sh install-macosx64.sh install.sh"
-
-#---------------------#
-# 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="schlegel@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=4
-
-#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="'exclude',[137 425:434 527]"
-
Index: sm/trunk-jpl/cron/configs/macosx64_schlegel_daily
===================================================================
--- /issm/trunk-jpl/cron/configs/macosx64_schlegel_daily	(revision 11858)
+++ 	(revision )
@@ -1,98 +1,0 @@
-#
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/Users/schlegel/issmuci"
-ISSM_TIER="/Users/schlegel/issmuci/trunk-jpl/cron/trunk-jpl"
-
-#ISSM Architecture
-ISSM_ARCH="macosx-gnu"
-
-#Machine configuration
-MACHINE="macosx-gil"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-macosx64-nicole.sh"
-
-#MATLAB path
-MATLAB_PATH="/Applications/MATLAB_R2011b.app/"
-
-#----------------------#
-# 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"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/Users/schlegel/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="/Users/schlegel/issmuci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-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.4-macosx64.sh install-3.2-macosx64.sh install-4.0-macosx64.sh install-macosx64.sh install-macosx64.sh install.sh"
-
-#---------------------#
-# 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="schlegel@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=4
-
-#number of cpus used in the nightly runs.
-NUMCPUS_RUN=4
-
-#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="'exclude',[137 425:434 527]"
-
Index: /issm/trunk-jpl/cron/configs/win732
===================================================================
--- /issm/trunk-jpl/cron/configs/win732	(revision 11859)
+++ /issm/trunk-jpl/cron/configs/win732	(revision 11859)
@@ -0,0 +1,102 @@
+########### Configuration file for nightly run on Windows 7, 32 bit ############
+
+#-------------------------------#
+# 1: ISSM general configuration #
+#-------------------------------#
+
+#ISSM main directory (full path)
+ISSM_DIR="/cygdrive/c/issm"
+ISSM_TIER="/cygdrive/c/issm/trunk-jpl/cron/trunk-jpl"
+
+#ISSM Architecture
+ISSM_ARCH="cygwin-intel"
+
+#Machine configuration
+MACHINE="win7"
+
+#MATLAB path
+MATLAB_PATH="C:/MATLAB/R2011b32/"
+
+#COMPILATION CONFIGURATION FILE
+COMPILE_CONFIG_FILE="config-win7-32.sh"
+
+#----------------------#
+# 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="none"
+
+#SVN repository
+REPOSITORY="http://issm.ess.uci.edu/svn/issm/issm/trunk-jpl"
+
+#execution path used for parallel runs
+EXECUTION_PATH="/cygdrive/c/issm/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="/cygdrive/c/issm/trunk-jpl/externalpackages"
+
+#List of external pakages to be installed
+EXTERNALPACKAGES=" autoconf automake petsc metis triangle cccl"
+
+#Corresponding list of installation files to use
+EXTERNALPACKAGES_CONFIGS=" install.sh install.sh install-3.1-win7.sh install-4.0-win7.sh install-win7.sh install-win7.sh"
+EXTERNALPACKAGES_NUMCPUS=" 1 1 1 1 1 1" 
+
+#---------------------#
+# 4: ISSM Compilation #
+#---------------------#
+
+#ISSM_COMPILATION can have 2 values:
+# - "yes" compile ISSM
+# - "no"  do not compile ISSM
+ISSM_COMPILATION="no"
+
+#----------------------#
+# 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="eric.larour@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=1
+
+#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'"
+
+#------------------------#
+# 7: Matlab#
+#------------------------#
+MATLABBIN=/cygdrive/c/MATLAB/R2011b32/bin/matlab
Index: sm/trunk-jpl/cron/configs/win732_larour
===================================================================
--- /issm/trunk-jpl/cron/configs/win732_larour	(revision 11858)
+++ 	(revision )
@@ -1,102 +1,0 @@
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/cygdrive/c/issm-uci"
-ISSM_TIER="/cygdrive/c/issm-uci/trunk-jpl/cron/trunk-jpl"
-
-#ISSM Architecture
-ISSM_ARCH="cygwin-intel"
-
-#Machine configuration
-MACHINE="win7"
-
-#MATLAB path
-MATLAB_PATH="C:/MATLAB/R2011b32/"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-win7-32.sh"
-
-#----------------------#
-# 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="none"
-
-#SVN repository
-REPOSITORY="http://issm.ess.uci.edu/svn/issm/issm/trunk-jpl"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/cygdrive/c/issm-uci/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="/cygdrive/c/issm-uci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-EXTERNALPACKAGES=" autoconf automake petsc metis triangle cccl"
-
-#Corresponding list of installation files to use
-EXTERNALPACKAGES_CONFIGS=" install.sh install.sh install-3.1-win7.sh install-4.0-win7.sh install-win7.sh install-win7.sh"
-EXTERNALPACKAGES_NUMCPUS=" 1 1 1 1 1 1" 
-
-#---------------------#
-# 4: ISSM Compilation #
-#---------------------#
-
-#ISSM_COMPILATION can have 2 values:
-# - "yes" compile ISSM
-# - "no"  do not compile ISSM
-ISSM_COMPILATION="no"
-
-#----------------------#
-# 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="eric.larour@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=1
-
-#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'"
-
-#------------------------#
-# 7: Matlab#
-#------------------------#
-MATLABBIN=/cygdrive/c/MATLAB/R2011b32/bin/matlab
Index: /issm/trunk-jpl/cron/configs/win764
===================================================================
--- /issm/trunk-jpl/cron/configs/win764	(revision 11859)
+++ /issm/trunk-jpl/cron/configs/win764	(revision 11859)
@@ -0,0 +1,102 @@
+########### Configuration file for nightly run on Windows 7, 64 bit ############
+
+#-------------------------------#
+# 1: ISSM general configuration #
+#-------------------------------#
+
+#ISSM main directory (full path)
+ISSM_DIR="/cygdrive/c/issm"
+ISSM_TIER="/cygdrive/c/issm/trunk-jpl/cron/trunk-jpl"
+
+#ISSM Architecture
+ISSM_ARCH="cygwin-intel"
+
+#Machine configuration
+MACHINE="win7"
+
+#MATLAB path
+MATLAB_PATH="C:/MATLAB/R2011b/"
+
+#COMPILATION CONFIGURATION FILE
+COMPILE_CONFIG_FILE="config-win7-64.sh"
+
+#----------------------#
+# 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="none"
+
+#SVN repository
+REPOSITORY="http://issm.ess.uci.edu/svn/issm/issm/trunk-jpl"
+
+#execution path used for parallel runs
+EXECUTION_PATH="/cygdrive/c/issm/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="/cygdrive/c/issm/trunk-jpl/externalpackages"
+
+#List of external pakages to be installed
+EXTERNALPACKAGES=" autoconf automake petsc metis triangle cccl"
+
+#Corresponding list of installation files to use
+EXTERNALPACKAGES_CONFIGS=" install.sh install.sh install-3.1-win7.sh install-4.0-win7.sh install-win7.sh install-win7.sh"
+EXTERNALPACKAGES_NUMCPUS=" 1 1 1 1 1 1" 
+
+#---------------------#
+# 4: ISSM Compilation #
+#---------------------#
+
+#ISSM_COMPILATION can have 2 values:
+# - "yes" compile ISSM
+# - "no"  do not compile ISSM
+ISSM_COMPILATION="no"
+
+#----------------------#
+# 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="eric.larour@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=1
+
+#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=""
+
+#------------------------#
+# 7: Matlab#
+#------------------------#
+MATLABBIN=/cygdrive/c/MATLAB/R2011b32/bin/matlab
Index: sm/trunk-jpl/cron/configs/win764_larour
===================================================================
--- /issm/trunk-jpl/cron/configs/win764_larour	(revision 11858)
+++ 	(revision )
@@ -1,102 +1,0 @@
-########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="/cygdrive/c/issm-uci"
-ISSM_TIER="/cygdrive/c/issm-uci/trunk-jpl/cron/trunk-jpl"
-
-#ISSM Architecture
-ISSM_ARCH="cygwin-intel"
-
-#Machine configuration
-MACHINE="win7"
-
-#MATLAB path
-MATLAB_PATH="C:/MATLAB/R2011b/"
-
-#COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-win7-64.sh"
-
-#----------------------#
-# 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="none"
-
-#SVN repository
-REPOSITORY="http://issm.ess.uci.edu/svn/issm/issm/trunk-jpl"
-
-#execution path used for parallel runs
-EXECUTION_PATH="/cygdrive/c/issm-uci/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="/cygdrive/c/issm-uci/trunk-jpl/externalpackages"
-
-#List of external pakages to be installed
-EXTERNALPACKAGES=" autoconf automake petsc metis triangle cccl"
-
-#Corresponding list of installation files to use
-EXTERNALPACKAGES_CONFIGS=" install.sh install.sh install-3.1-win7.sh install-4.0-win7.sh install-win7.sh install-win7.sh"
-EXTERNALPACKAGES_NUMCPUS=" 1 1 1 1 1 1" 
-
-#---------------------#
-# 4: ISSM Compilation #
-#---------------------#
-
-#ISSM_COMPILATION can have 2 values:
-# - "yes" compile ISSM
-# - "no"  do not compile ISSM
-ISSM_COMPILATION="no"
-
-#----------------------#
-# 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="eric.larour@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=1
-
-#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=""
-
-#------------------------#
-# 7: Matlab#
-#------------------------#
-MATLABBIN=/cygdrive/c/MATLAB/R2011b32/bin/matlab
Index: /issm/trunk-jpl/cron/configs/winxp32
===================================================================
--- /issm/trunk-jpl/cron/configs/winxp32	(revision 11859)
+++ /issm/trunk-jpl/cron/configs/winxp32	(revision 11859)
@@ -0,0 +1,90 @@
+########### Configuration file for nightly run on Windows XP, 32 bit ############
+
+#-------------------------------#
+# 1: ISSM general configuration #
+#-------------------------------#
+
+#ISSM main directory (full path)
+ISSM_DIR="C:/home/issm/trunk-jpl"
+ISSM_TIER="C:/home/issm/trunk-jpl/cron/trunk-jpl"
+
+#ISSM Architecture
+ISSM_ARCH="cygwin-intel"
+
+#Machine configuration
+MACHINE="wineric"
+
+#MATLAB path
+MATLAB_PATH="C:/MATLAB/R2009a/"
+
+#----------------------#
+# 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"
+
+#execution path used for parallel runs
+EXECUTION_PATH="/path/to/issm/execution"
+
+#-----------------------------------#
+# 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="/cygdrive/c/home/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="no"
+
+#----------------------#
+# 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="eric.larour@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=1
+
+#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: sm/trunk-jpl/cron/configs/winxp32_larour
===================================================================
--- /issm/trunk-jpl/cron/configs/winxp32_larour	(revision 11858)
+++ 	(revision )
@@ -1,92 +1,0 @@
-#
-########### Configuration file for Eric Larour's nightly run on Linux ############
-
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-#ISSM main directory (full path)
-ISSM_DIR="C:/home/issm/trunk-jpl"
-ISSM_TIER="C:/home/issm/trunk-jpl/cron/trunk-jpl"
-
-#ISSM Architecture
-ISSM_ARCH="cygwin-intel"
-
-#Machine configuration
-MACHINE="wineric"
-
-#MATLAB path
-MATLAB_PATH="C:/MATLAB/R2009a/"
-
-#----------------------#
-# 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/larour/issm/execution"
-
-#-----------------------------------#
-# 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="/cygdrive/c/home/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="no"
-
-#----------------------#
-# 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="eric.larour@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=1
-
-#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=""
