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