Changeset 2191


Ignore:
Timestamp:
09/10/09 16:09:07 (16 years ago)
Author:
Mathieu Morlighem
Message:

updated config files

Location:
issm/trunk/cron/configs
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/cron/configs/linux64_larour

    r2116 r2191  
    1 #SVN repository
    2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk"
     1#
     2########### Configuration file for a Eric Larour nightly run on Linux ############
    33
    4 #email adress from which the html report will be sent
    5 EMAIL_ADRESS=eric.larour@jpl.nasa.gov
     4#1: ISSM general configuration
     5#-----------------------------
    66
    7 #ISSM directory
     7#ISSM main directory (full pathto ISSM trunk)
    88ISSM_DIR="/u/astrid-r1b/larour/issm/trunk/cron/trunk"
    99
     
    1111ISSM_ARCH="linux-gnu-amd64"
    1212
    13 #Compile packages?
    14 SKIPPACKAGESCOMPILATION=yes
    15 EXTERNALPACKAGESDIR=/u/astrid-r1b/larour/issm/trunk/externalpackages
    16 DEVPACKAGESDIR=/u/astrid-r1b/larour/issm/trunk/devpackages
    17 
    1813#Operating System
    1914OS="linux64"
    20 
    21 #external pakages to be installed
    22 EXTERNALPACKAGES="mpich2 petsc metis triangle dakota"
    23 
    24 #number of cpus
    25 NUMCPUS=1
    2615
    2716#MATLAB path
    2817MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"
    2918
    30 #execution path
     19#2: ISSM Installation
     20#--------------------
     21
     22#ISSM installation. If SKIPINSTALLATION="no" the existing version of the
     23#code will be erased. The new version will be checked out and fully
     24#installed. If SKIPINSTALLATION="yes", the following options won't be
     25#used. Go to section 3
     26
     27SKIPINSTALLATION="no"
     28
     29#SVN repository
     30REPOSITORY="http://s383-rhat/issm/svn/issm/trunk"
     31
     32#execution path used for parallel runs
    3133EXECUTION_PATH="/u/wilkes-r1b/larour/Testing/Execution"
    3234
    33 #packages to be run
    34 #PACKAGES="{'macayeal','ice','cielo_serial','cielo_parallel'}"
    35 PACKAGES="{'cielo_parallel'}"
     35#External packages installation. If SKIPPACKAGESCOMPILATION="no" the
     36#packages mentionned in EXTERNALPACKAGES will be fully installed which
     37#requires a long time. If SKIPPACKAGESCOMPILATION="yes", the external
     38#packages directory will be removed and the directories
     39#EXTERNALPACKAGESDIR and DEVPACKAGESDIR will be copied.
     40
     41SKIPPACKAGESCOMPILATION="yes"
     42EXTERNALPACKAGESDIR="/u/astrid-r1b/larour/issm/trunk/externalpackages"
     43DEVPACKAGESDIR="/u/astrid-r1b/larour/issm/trunk/devpackages"
     44
     45#List of external pakages to be installed
     46EXTERNALPACKAGES="mpich2 petsc metis triangle dakota"
     47
     48#3: ISSM Compilation
     49#-------------------
     50
     51#ISSM compilation. If SKIPCOMPILATION="no" ISSM will be reconfigured
     52#and compiled.
     53SKIPCOMPILATION="no"
     54
     55#4: Mail notification
     56#--------------------
     57
     58#Mail delivery. If SKIPMAIL="no", the html nightly run report will be
     59#sent to the adresses present in $ISSM_DIR/cron/mailinglist.
     60SKIPMAIL="no"
     61
     62#Sender email address
     63EMAIL_ADRESS="eric.larour@jpl.nasa.gov"
     64
     65#5: Nightly run options
     66#----------------------
     67
     68#number of cpus used in ISSM installation and compilation (one is usually
     69#safer as some packages are very sensitive to parallel compilation)
     70NUMCPUS_INSTALL=1
     71
     72#number of cpus used in the nightly runs.
     73NUMCPUS_RUN=8
     74
     75#Nightly run options. The matlab routine nightlyrun.m will be called
     76#as follows: nightlyrun($NROPTIONS). The options must be understandable
     77#by Matlab and nightlyrun.m
     78
     79NROPTIONS="'parallel',1"
  • issm/trunk/cron/configs/linux64_morlighem

    r2109 r2191  
    1 #SVN repository
    2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk"
     1#
     2########### Configuration file for Mathieu Morlighem's nightly run on Linux ############
    33
    4 #email adress from which the html report will be sent
    5 EMAIL_ADRESS=mathieu.morlighem@jpl.nasa.gov
     4#1: ISSM general configuration
     5#-----------------------------
    66
    7 #ISSM directory
     7#ISSM main directory (full pathto ISSM trunk)
    88ISSM_DIR="/u/wilkes-r1b/morlighe/svn/issm/trunk/cron/trunk"
    99
     
    1111ISSM_ARCH="linux-gnu-amd64"
    1212
    13 #Compile packages?
    14 SKIPPACKAGESCOMPILATION=no
    15 EXTERNALPACKAGESDIR=/u/wilkes-r1b/morlighe/svn/issm/trunk/externalpackages
    16 DEVPACKAGESDIR=/u/wilkes-r1b/morlighe/svn/issm/trunk/devpackages
    17 
    1813#Operating System
    1914OS="linux64"
    20 
    21 #external pakages to be installed
    22 EXTERNALPACKAGES="mpich2 petsc metis triangle dakota"
    23 
    24 #number of cpus
    25 NUMCPUS=1
    2615
    2716#MATLAB path
    2817MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"
    2918
    30 #execution path
     19#2: ISSM Installation
     20#--------------------
     21
     22#ISSM installation. If SKIPINSTALLATION="no" the existing version of the
     23#code will be erased. The new version will be checked out and fully
     24#installed. If SKIPINSTALLATION="yes", the following options won't be
     25#used. Go to section 3
     26
     27SKIPINSTALLATION="no"
     28
     29#SVN repository
     30REPOSITORY="http://s383-rhat/issm/svn/issm/trunk"
     31
     32#execution path used for parallel runs
    3133EXECUTION_PATH="/u/wilkes-r1b/morlighe/ExecutionNightlyRun"
    3234
    33 #packages to be run
    34 #PACKAGES="{'macayeal','ice','cielo_serial','cielo_parallel'}"
    35 PACKAGES="{'macayeal','cielo_serial','cielo_parallel'}"
     35#External packages installation. If SKIPPACKAGESCOMPILATION="no" the
     36#packages mentionned in EXTERNALPACKAGES will be fully installed which
     37#requires a long time. If SKIPPACKAGESCOMPILATION="yes", the external
     38#packages directory will be removed and the directories
     39#EXTERNALPACKAGESDIR and DEVPACKAGESDIR will be copied.
     40
     41SKIPPACKAGESCOMPILATION="no"
     42EXTERNALPACKAGESDIR="/u/wilkes-r1b/morlighe/svn/issm/trunk/externalpackages"
     43DEVPACKAGESDIR="/u/wilkes-r1b/morlighe/svn/issm/trunk/devpackages"
     44
     45#List of external pakages to be installed
     46EXTERNALPACKAGES="mpich2 petsc metis triangle dakota"
     47
     48#3: ISSM Compilation
     49#-------------------
     50
     51#ISSM compilation. If SKIPCOMPILATION="no" ISSM will be reconfigured
     52#and compiled.
     53SKIPCOMPILATION="no"
     54
     55#4: Mail notification
     56#--------------------
     57
     58#Mail delivery. If SKIPMAIL="no", the html nightly run report will be
     59#sent to the adresses present in $ISSM_DIR/cron/mailinglist.
     60SKIPMAIL="no"
     61
     62#Sender email address
     63EMAIL_ADRESS="mathieu.morlighem@jpl.nasa.gov"
     64
     65#5: Nightly run options
     66#----------------------
     67
     68#number of cpus used in ISSM installation and compilation (one is usually
     69#safer as some packages are very sensitive to parallel compilation)
     70NUMCPUS_INSTALL=1
     71
     72#number of cpus used in the nightly runs.
     73NUMCPUS_RUN=5
     74
     75#Nightly run options. The matlab routine nightlyrun.m will be called
     76#as follows: nightlyrun($NROPTIONS). The options must be understandable
     77#by Matlab and nightlyrun.m
     78
     79NROPTIONS=""
  • issm/trunk/cron/configs/linux64_seroussi

    r2091 r2191  
    1 #SVN repository
    2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk"
     1#
     2########### Configuration file for Helene Seroussi's nightly run on Linux ############
    33
    4 #email adress from which the html report will be sent
    5 EMAIL_ADRESS=helene.seroussi@jpl.nasa.gov
     4#1: ISSM general configuration
     5#-----------------------------
    66
    7 #ISSM directory
     7#ISSM main directory (full pathto ISSM trunk)
    88ISSM_DIR="/u/wilkes-r1b/seroussi/svn/issm/trunk/cron/trunk"
    99
     
    1111ISSM_ARCH="linux-gnu-amd64"
    1212
    13 #Compile packages?
    14 SKIPPACKAGESCOMPILATION=no
    15 EXTERNALPACKAGESDIR=/u/wilkes-r1b/seroussi/svn/issm/trunk/externalpackages
    16 DEVPACKAGESDIR=/u/wilkes-r1b/seroussi/svn/issm/trunk/devpackages
    17 
    1813#Operating System
    1914OS="linux64"
    20 
    21 #external pakages to be installed
    22 EXTERNALPACKAGES="mpich2 petsc metis triangle"
    23 
    24 #number of cpus
    25 NUMCPUS=1
    2615
    2716#MATLAB path
    2817MATLAB_PATH="/usr/local/pkgs/matlab-7.6/"
    2918
    30 #execution path
     19#2: ISSM Installation
     20#--------------------
     21
     22#ISSM installation. If SKIPINSTALLATION="no" the existing version of the
     23#code will be erased. The new version will be checked out and fully
     24#installed. If SKIPINSTALLATION="yes", the following options won't be
     25#used. Go to section 3
     26
     27SKIPINSTALLATION="no"
     28
     29#SVN repository
     30REPOSITORY="http://s383-rhat/issm/svn/issm/trunk"
     31
     32#execution path used for parallel runs
    3133EXECUTION_PATH="/u/wilkes-r1b/seroussi/ExecutionNightlyRun"
    3234
    33 #packages to be run
    34 PACKAGES="{'macayeal','ice'}"
     35#External packages installation. If SKIPPACKAGESCOMPILATION="no" the
     36#packages mentionned in EXTERNALPACKAGES will be fully installed which
     37#requires a long time. If SKIPPACKAGESCOMPILATION="yes", the external
     38#packages directory will be removed and the directories
     39#EXTERNALPACKAGESDIR and DEVPACKAGESDIR will be copied.
     40
     41SKIPPACKAGESCOMPILATION="no"
     42EXTERNALPACKAGESDIR="/u/wilkes-r1b/seroussi/svn/issm/trunk/externalpackages"
     43DEVPACKAGESDIR="/u/wilkes-r1b/seroussi/svn/issm/trunk/devpackages"
     44
     45#List of external pakages to be installed
     46EXTERNALPACKAGES="mpich2 petsc metis triangle dakota"
     47
     48#3: ISSM Compilation
     49#-------------------
     50
     51#ISSM compilation. If SKIPCOMPILATION="no" ISSM will be reconfigured
     52#and compiled.
     53SKIPCOMPILATION="no"
     54
     55#4: Mail notification
     56#--------------------
     57
     58#Mail delivery. If SKIPMAIL="no", the html nightly run report will be
     59#sent to the adresses present in $ISSM_DIR/cron/mailinglist.
     60SKIPMAIL="no"
     61
     62#Sender email address
     63EMAIL_ADRESS="helene.seroussi@jpl.nasa.gov"
     64
     65#5: Nightly run options
     66#----------------------
     67
     68#number of cpus used in ISSM installation and compilation (one is usually
     69#safer as some packages are very sensitive to parallel compilation)
     70NUMCPUS_INSTALL=1
     71
     72#number of cpus used in the nightly runs.
     73NUMCPUS_RUN=8
     74
     75#Nightly run options. The matlab routine nightlyrun.m will be called
     76#as follows: nightlyrun($NROPTIONS). The options must be understandable
     77#by Matlab and nightlyrun.m
     78
     79NROPTIONS=""
  • issm/trunk/cron/configs/macosx32_morlighem

    r2091 r2191  
    1 #SVN repository
    2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk"
     1#
     2########### Configuration file for Mathieu Morlighem nightly run on MAC ############
    33
    4 #email adress from which the html report will be sent
    5 EMAIL_ADRESS=helene.seroussi@jpl.nasa.gov
     4#1: ISSM general configuration
     5#-----------------------------
    66
    7 #ISSM directory
     7#ISSM main directory (full pathto ISSM trunk)
    88ISSM_DIR="/Users/morlighe/Desktop/Glaciology/svn/issm/trunk/cron/trunk"
    99
     
    1414OS="macosx32"
    1515
    16 #Compile packages?
    17 SKIPPACKAGESCOMPILATION=no
    18 EXTERNALPACKAGESDIR=/cygdrive/c/home/externalpackages
    19 DEVPACKAGESDIR=/cygdrive/c/home/devpackages
    20 
    21 #external pakages to be installed
    22 EXTERNALPACKAGES="mpich2 petsc metis triangle"
    23 
    24 #number of cpus
    25 NUMCPUS=1
    26 
    2716#MATLAB path
    2817MATLAB_PATH="/Applications/MATLAB_R2009a.app/"
    2918
    30 #execution path
     19#2: ISSM Installation
     20#--------------------
     21
     22#ISSM installation. If SKIPINSTALLATION="no" the existing version of the
     23#code will be erased. The new version will be checked out and fully
     24#installed. If SKIPINSTALLATION="yes", the following options won't be
     25#used. Go to section 3
     26
     27SKIPINSTALLATION="no"
     28
     29#SVN repository
     30REPOSITORY="http://s383-rhat/issm/svn/issm/trunk"
     31
     32#execution path used for parallel runs
    3133EXECUTION_PATH=""
    3234
    33 #packages to be run
    34 PACKAGES="{'macayeal','cielo_parallel'}"
     35#External packages installation. If SKIPPACKAGESCOMPILATION="no" the
     36#packages mentionned in EXTERNALPACKAGES will be fully installed which
     37#requires a long time. If SKIPPACKAGESCOMPILATION="yes", the external
     38#packages directory will be removed and the directories
     39#EXTERNALPACKAGESDIR and DEVPACKAGESDIR will be copied.
     40
     41SKIPPACKAGESCOMPILATION="no"
     42EXTERNALPACKAGESDIR=""
     43DEVPACKAGESDIR=""
     44
     45#List of external pakages to be installed
     46EXTERNALPACKAGES="mpich2 petsc metis triangle dakota"
     47
     48#3: ISSM Compilation
     49#-------------------
     50
     51#ISSM compilation. If SKIPCOMPILATION="no" ISSM will be reconfigured
     52#and compiled.
     53SKIPCOMPILATION="no"
     54
     55#4: Mail notification
     56#--------------------
     57
     58#Mail delivery. If SKIPMAIL="no", the html nightly run report will be
     59#sent to the adresses present in $ISSM_DIR/cron/mailinglist.
     60SKIPMAIL="no"
     61
     62#Sender email address
     63EMAIL_ADRESS="mathieu.morlighem@jpl.nasa.gov"
     64
     65#5: Nightly run options
     66#----------------------
     67
     68#number of cpus used in ISSM installation and compilation (one is usually
     69#safer as some packages are very sensitive to parallel compilation)
     70NUMCPUS_INSTALL=1
     71
     72#number of cpus used in the nightly runs.
     73NUMCPUS_RUN=2
     74
     75#Nightly run options. The matlab routine nightlyrun.m will be called
     76#as follows: nightlyrun($NROPTIONS). The options must be understandable
     77#by Matlab and nightlyrun.m
     78
     79NROPTIONS="'parallel',0"
  • issm/trunk/cron/configs/macosx32_seroussi

    r2091 r2191  
    1 #SVN repository
    2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk"
     1#
     2########### Configuration file for Helene Seroussi's nightly run on MAC ############
    33
    4 #email adress from which the html report will be sent
    5 EMAIL_ADRESS=helene.seroussi@jpl.nasa.gov
     4#1: ISSM general configuration
     5#-----------------------------
    66
    7 #ISSM directory
     7#ISSM main directory (full pathto ISSM trunk)
    88ISSM_DIR="/Users/seroussi/Desktop/backup/svn/issm/trunk/cron/trunk"
    99
     
    1414OS="macosx32"
    1515
    16 #Compile packages?
    17 SKIPPACKAGESCOMPILATION=yes
    18 EXTERNALPACKAGESDIR=/u/wilkes-r1b/seroussi/svn/issm/trunk/externalpackages
    19 DEVPACKAGESDIR=/u/wilkes-r1b/seroussi/svn/issm/trunk/devpackages
    20 
    21 #external pakages to be installed
    22 EXTERNALPACKAGES="mpich2 petsc metis triangle"
    23 
    24 #number of cpus
    25 NUMCPUS=1
    26 
    2716#MATLAB path
    2817MATLAB_PATH="/Applications/MATLAB_R2009a.app/"
    2918
    30 #execution path
     19#2: ISSM Installation
     20#--------------------
     21
     22#ISSM installation. If SKIPINSTALLATION="no" the existing version of the
     23#code will be erased. The new version will be checked out and fully
     24#installed. If SKIPINSTALLATION="yes", the following options won't be
     25#used. Go to section 3
     26
     27SKIPINSTALLATION="no"
     28
     29#SVN repository
     30REPOSITORY="http://s383-rhat/issm/svn/issm/trunk"
     31
     32#execution path used for parallel runs
    3133EXECUTION_PATH=""
    3234
    33 #packages to be run
    34 PACKAGES="{'macayeal','cielo_serial'}"
     35#External packages installation. If SKIPPACKAGESCOMPILATION="no" the
     36#packages mentionned in EXTERNALPACKAGES will be fully installed which
     37#requires a long time. If SKIPPACKAGESCOMPILATION="yes", the external
     38#packages directory will be removed and the directories
     39#EXTERNALPACKAGESDIR and DEVPACKAGESDIR will be copied.
     40
     41SKIPPACKAGESCOMPILATION="no"
     42EXTERNALPACKAGESDIR=""
     43DEVPACKAGESDIR=""
     44
     45#List of external pakages to be installed
     46EXTERNALPACKAGES=""
     47
     48#3: ISSM Compilation
     49#-------------------
     50
     51#ISSM compilation. If SKIPCOMPILATION="no" ISSM will be reconfigured
     52#and compiled.
     53SKIPCOMPILATION="no"
     54
     55#4: Mail notification
     56#--------------------
     57
     58#Mail delivery. If SKIPMAIL="no", the html nightly run report will be
     59#sent to the adresses present in $ISSM_DIR/cron/mailinglist.
     60SKIPMAIL="no"
     61
     62#Sender email address
     63EMAIL_ADRESS="helene.seroussi@jpl.nasa.gov"
     64
     65#5: Nightly run options
     66#----------------------
     67
     68#number of cpus used in ISSM installation and compilation (one is usually
     69#safer as some packages are very sensitive to parallel compilation)
     70NUMCPUS_INSTALL=1
     71
     72#number of cpus used in the nightly runs.
     73NUMCPUS_RUN=1
     74
     75#Nightly run options. The matlab routine nightlyrun.m will be called
     76#as follows: nightlyrun($NROPTIONS). The options must be understandable
     77#by Matlab and nightlyrun.m
     78
     79NROPTIONS="'parallel',0"
  • issm/trunk/cron/configs/winxp32_larour

    r2091 r2191  
    1 #SVN repository
    2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk"
     1#
     2########### Configuration file for Eric Larour's nightly run on Windows ############
    33
    4 #email adress to send Cron report
    5 EMAIL_ADRESS="eric.larour@jpl.nasa.gov"
     4#1: ISSM general configuration
     5#-----------------------------
    66
    7 #ISSM directory
     7#ISSM main directory (full pathto ISSM trunk)
    88ISSM_DIR="C:/home/issm/trunk/cron/trunk"
    99
     
    1414OS="winxp32"
    1515
    16 #Compile packages?
    17 SKIPPACKAGESCOMPILATION=yes
    18 EXTERNALPACKAGESDIR=/cygdrive/c/home/externalpackages
    19 DEVPACKAGESDIR=/cygdrive/c/home/devpackages
    20 
    21 #external pakages to be installed
    22 EXTERNALPACKAGES="petsc metis triangle"
    23 
    24 #number of cpus
    25 NUMCPUS=1
    26 
    2716#MATLAB path
    2817MATLAB_PATH="C:/MATLAB/R2009a/"
    2918
    30 #execution path
     19#2: ISSM Installation
     20#--------------------
     21
     22#ISSM installation. If SKIPINSTALLATION="no" the existing version of the
     23#code will be erased. The new version will be checked out and fully
     24#installed. If SKIPINSTALLATION="yes", the following options won't be
     25#used. Go to section 3
     26
     27SKIPINSTALLATION="no"
     28
     29#SVN repository
     30REPOSITORY="http://s383-rhat/issm/svn/issm/trunk"
     31
     32#execution path used for parallel runs
    3133EXECUTION_PATH=""
    3234
    33 #packages to be run
    34 #PACKAGES="{'macayeal','ice','cielo_serial','cielo_parallel'}"
    35 PACKAGES="{'cielo_serial'}"
     35#External packages installation. If SKIPPACKAGESCOMPILATION="no" the
     36#packages mentionned in EXTERNALPACKAGES will be fully installed which
     37#requires a long time. If SKIPPACKAGESCOMPILATION="yes", the external
     38#packages directory will be removed and the directories
     39#EXTERNALPACKAGESDIR and DEVPACKAGESDIR will be copied.
     40
     41SKIPPACKAGESCOMPILATION="yes"
     42EXTERNALPACKAGESDIR="/cygdrive/c/home/externalpackages"
     43DEVPACKAGESDIR="/cygdrive/c/home/devpackages"
     44
     45#List of external pakages to be installed
     46EXTERNALPACKAGES="petsc metis triangle dakota"
     47
     48#3: ISSM Compilation
     49#-------------------
     50
     51#ISSM compilation. If SKIPCOMPILATION="no" ISSM will be reconfigured
     52#and compiled.
     53SKIPCOMPILATION="no"
     54
     55#4: Mail notification
     56#--------------------
     57
     58#Mail delivery. If SKIPMAIL="no", the html nightly run report will be
     59#sent to the adresses present in $ISSM_DIR/cron/mailinglist.
     60SKIPMAIL="no"
     61
     62#Sender email address
     63EMAIL_ADRESS="eric.larour@jpl.nasa.gov"
     64
     65#5: Nightly run options
     66#----------------------
     67
     68#number of cpus used in ISSM installation and compilation (one is usually
     69#safer as some packages are very sensitive to parallel compilation)
     70NUMCPUS_INSTALL=1
     71
     72#number of cpus used in the nightly runs.
     73NUMCPUS_RUN=1
     74
     75#Nightly run options. The matlab routine nightlyrun.m will be called
     76#as follows: nightlyrun($NROPTIONS). The options must be understandable
     77#by Matlab and nightlyrun.m
     78
     79NROPTIONS="'parallel',0"
Note: See TracChangeset for help on using the changeset viewer.