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

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

merged trunk-jpl into branch through revision 12167

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