source: issm/branches/trunk-larour-NatGeoScience2016/jenkins/linux64_caladan_ad@ 22892

Last change on this file since 22892 was 22892, checked in by Eric.Larour, 7 years ago

CHG: jenkins from trunk

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1#
2#-------------------------------#
3# 1: ISSM general configuration #
4#-------------------------------#
5
6#MATLAB path
7MATLAB_PATH="/usr/local/MATLAB/R2015a"
8
9#ISSM CONFIGURATION
10ISSM_CONFIG='--prefix=$ISSM_DIR\
11 --disable-static \
12 --prefix=$ISSM_DIR \
13 --without-kriging \
14 --without-kml \
15 --without-Gia \
16 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
17 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \
18 --with-matlab-dir=$MATLAB_PATH \
19 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install '
20
21#PYTHON and MATLAB testing
22MATLAB_TEST=1
23PYTHON_TEST=0
24
25#-----------------------------------#
26# 3: External packages installation #
27#-----------------------------------#
28
29#List of external pakages to be installed and their installation scripts
30EXTERNALPACKAGES="autotools install.sh
31 cmake install.sh
32 mpich install-3.2-linux64.sh
33 petsc install-3.7-linux64.sh
34 metis install-5.0.1-linux64.sh
35 triangle install-linux64.sh
36 gsl install-linux64.sh
37 adolc install.sh
38 shell2junit install.sh"
39
40#-----------------#
41# 4: test options #
42#-----------------#
43
44#number of cpus used in ISSM installation and compilation (one is usually
45#safer as some packages are very sensitive to parallel compilation)
46NUMCPUS_INSTALL=2
47
48#number of cpus used in the nightly runs.
49NUMCPUS_RUN=1
50
51#Nightly run options. The matlab routine runme.m will be called
52#as follows: runme($MATLAB_NROPTIONS). The options must be understandable
53#by Matlab and runme.m
54#ex: "'id',[101 102 103]"
55MATLAB_NROPTIONS="'benchmark','adolc','id',[3001:3019]"
56PYTHON_NROPTIONS=""
Note: See TracBrowser for help on using the repository browser.