source: issm/branches/trunk-jpl-damage/cron/configs/winxp32@ 12004

Last change on this file since 12004 was 12004, checked in by cborstad, 13 years ago

merged trunk-jpl into trunk-jpl-damage through revision 11990

  • Property svn:executable set to *
File size: 2.5 KB
RevLine 
[11859]1########### Configuration file for nightly run on Windows XP, 32 bit ############
[1585]2
[5068]3#-------------------------------#
4# 1: ISSM general configuration #
5#-------------------------------#
[1585]6
[6108]7#ISSM main directory (full path)
[10973]8ISSM_DIR="C:/home/issm/trunk-jpl"
9ISSM_TIER="C:/home/issm/trunk-jpl/cron/trunk-jpl"
[1585]10
11#ISSM Architecture
12ISSM_ARCH="cygwin-intel"
13
[8181]14#Machine configuration
15MACHINE="wineric"
[1585]16
[2191]17#MATLAB path
18MATLAB_PATH="C:/MATLAB/R2009a/"
[1593]19
[5068]20#----------------------#
21# 2: ISSM Installation #
22#----------------------#
[1585]23
[5068]24#ISSM_INSTALLATION can have 3 values:
25# - "checkout" the existing version of the code will be erased and
26# the latest version will be checked out
27# - "update" the directory won't be erased but ISSM will be updated
28# ->skip to section 3
29# - "none" leave ISSM as is in its directory
30# ->skip to section 3
31ISSM_INSTALLATION="update"
[1585]32
[2191]33#SVN repository
[11061]34REPOSITORY="https://issm.ess.uci.edu/svn/issm/issm/trunk-jpl"
[2191]35
36#execution path used for parallel runs
[11859]37EXECUTION_PATH="/path/to/issm/execution"
[1585]38
[5068]39#-----------------------------------#
40# 3: External packages installation #
41#-----------------------------------#
[2191]42
[5068]43#ISSM_EXTERNALPACKAGES can have 3 values:
44# - "install" install all external packages listed below
[10866]45# - "copy" copy existing directories (EXTERNALPACKAGESDIR)
[5068]46# - "none" leave external packages as is
47# ->skip to section 4
48ISSM_EXTERNALPACKAGES="none"
[2191]49EXTERNALPACKAGESDIR="/cygdrive/c/home/externalpackages"
50
51#List of external pakages to be installed
[11126]52EXTERNALPACKAGES="autoconf automake matlab mpich2 petsc metis triangle dakota chaco"
[2191]53
[5068]54#---------------------#
55# 4: ISSM Compilation #
56#---------------------#
[2191]57
[5068]58#ISSM_COMPILATION can have 2 values:
59# - "yes" compile ISSM
60# - "no" do not compile ISSM
61ISSM_COMPILATION="no"
[2191]62
[5068]63#----------------------#
64# 5: Mail notification #
65#----------------------#
[2191]66
67#Mail delivery. If SKIPMAIL="no", the html nightly run report will be
[6088]68#sent to the adresses present in $ISSM_TIER/cron/mailinglist.
[2191]69SKIPMAIL="no"
70
71#Sender email address
72EMAIL_ADRESS="eric.larour@jpl.nasa.gov"
73
[5068]74#------------------------#
75# 6: Nightly run options #
76#------------------------#
[2191]77
78#number of cpus used in ISSM installation and compilation (one is usually
79#safer as some packages are very sensitive to parallel compilation)
80NUMCPUS_INSTALL=1
81
82#number of cpus used in the nightly runs.
83NUMCPUS_RUN=1
84
85#Nightly run options. The matlab routine nightlyrun.m will be called
86#as follows: nightlyrun($NROPTIONS). The options must be understandable
87#by Matlab and nightlyrun.m
[5068]88#ex: "'id',[101 102 103]"
[2191]89
[5068]90NROPTIONS=""
Note: See TracBrowser for help on using the repository browser.