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

Last change on this file since 23121 was 23121, checked in by jdquinn, 7 years ago

CHG: Needed to make similar changes to Linux_Ubuntu_AD

  • Property svn:executable set to *
File size: 1.9 KB
RevLine 
[19675]1#
2#-------------------------------#
3# 1: ISSM general configuration #
4#-------------------------------#
5
[20338]6#MATLAB path
7MATLAB_PATH="/usr/local/MATLAB/R2015a"
8
[23121]9#ISSM CONFIGURATION
[19675]10ISSM_CONFIG='--prefix=$ISSM_DIR\
11 --disable-static \
12 --without-kriging \
13 --without-kml \
[21571]14 --without-GiaIvins \
[22017]15 --without-Love \
[19675]16 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
17 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \
[20338]18 --with-matlab-dir=$MATLAB_PATH \
[23121]19 --with-python-dir=/usr \
20 --with-python-numpy-dir=/var/lib/jenkins/.local/lib/python2.7/site-packages/numpy \
[21095]21 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
[22017]22 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \
[21095]23 --enable-development \
24 --enable-debugging '
[19675]25
26#PYTHON and MATLAB testing
27MATLAB_TEST=1
[19968]28PYTHON_TEST=1
[19675]29
30#-----------------------------------#
31# 3: External packages installation #
32#-----------------------------------#
33
34#List of external pakages to be installed and their installation scripts
[22571]35EXTERNALPACKAGES="autotools install.sh
[23121]36 cmake install.sh
[21694]37 mpich install-3.2-linux64.sh
[20554]38 petsc install-3.7-linux64.sh
[19675]39 metis install-5.0.1-linux64.sh
[23121]40 triangle install-linux64.sh
41 gsl install-linux64.sh
[19675]42 adolc install.sh
43 shell2junit install.sh"
44
[20402]45#-----------------#
46# 4: test options #
47#-----------------#
[19675]48
49#number of cpus used in ISSM installation and compilation (one is usually
50#safer as some packages are very sensitive to parallel compilation)
[20052]51NUMCPUS_INSTALL=5
[19675]52
53#number of cpus used in the nightly runs.
[20052]54NUMCPUS_RUN=4
[19675]55
56#Nightly run options. The matlab routine runme.m will be called
57#as follows: runme($MATLAB_NROPTIONS). The options must be understandable
58#by Matlab and runme.m
59#ex: "'id',[101 102 103]"
[20314]60MATLAB_NROPTIONS="'benchmark','adolc','id',[3001:3019]"
[20989]61PYTHON_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.