source: issm/trunk-jpl/cron/configs/winxp32_larour@ 10937

Last change on this file since 10937 was 10875, checked in by seroussi, 13 years ago

compile autoconf before automake in nightly runs

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