source: issm/oecreview/Archive/10977-11024/ISSM-10985-10986.diff

Last change on this file was 11025, checked in by Eric.Larour, 13 years ago

Oecreview 10977 11024

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