source: issm/trunk-jpl/jenkins/linux64_ross_ad@ 21571

Last change on this file since 21571 was 21571, checked in by glperez, 8 years ago

CHG: Changing options from Gia to GiaIvins

  • Property svn:executable set to *
File size: 1.8 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-GiaIvins \
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-python-dir=/usr\
20 --with-python-numpy-dir=/usr/lib/python2.7/dist-packages/numpy\
21 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
22 --enable-development \
23 --enable-debugging '
24
25#PYTHON and MATLAB testing
26MATLAB_TEST=1
27PYTHON_TEST=1
28
29#-----------------------------------#
30# 3: External packages installation #
31#-----------------------------------#
32
33#List of external pakages to be installed and their installation scripts
34EXTERNALPACKAGES="autotools install.sh
35 mpich install-3.0-linux64.sh
36 petsc install-3.7-linux64.sh
37 metis install-5.0.1-linux64.sh
38 triangle install-linux64.sh
39 gsl install-linux64.sh
40 adolc install.sh
41 shell2junit install.sh"
42
43#-----------------#
44# 4: test options #
45#-----------------#
46
47#number of cpus used in ISSM installation and compilation (one is usually
48#safer as some packages are very sensitive to parallel compilation)
49NUMCPUS_INSTALL=5
50
51#number of cpus used in the nightly runs.
52NUMCPUS_RUN=4
53
54#Nightly run options. The matlab routine runme.m will be called
55#as follows: runme($MATLAB_NROPTIONS). The options must be understandable
56#by Matlab and runme.m
57#ex: "'id',[101 102 103]"
58MATLAB_NROPTIONS="'benchmark','adolc','id',[3001:3019]"
59PYTHON_NROPTIONS="--benchmark=adolc -i 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019"
Note: See TracBrowser for help on using the repository browser.