source: issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth@ 24970

Last change on this file since 24970 was 24970, checked in by jdquinn, 5 years ago

CHG: Excluding test 2004 for now.

  • Property svn:executable set to *
File size: 2.2 KB
RevLine 
[24593]1#--------------------#
2# ISSM Configuration #
3#--------------------#
[24412]4
5MATLAB_PATH="/usr/local/MATLAB/R2019b"
6ISSM_CONFIG='\
[24593]7 --prefix=${ISSM_DIR} \
[24412]8 --disable-static \
[24593]9 --enable-development \
10 --enable-debugging \
11 --with-numthreads=4 \
12 --with-matlab-dir=${MATLAB_PATH} \
[24412]13 --with-python-dir=/usr \
14 --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \
[24641]15 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
[24632]16 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
17 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
18 --with-blas-lapack-dir=${ISSM_DIR}/externalpackages/petsc/install \
[24593]19 --with-metis-dir=${ISSM_DIR}/externalpackages/petsc/install \
20 --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \
21 --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \
[24919]22 --with-hdf5-dir=${ISSM_DIR}/externalpackages/petsc/install \
[24593]23 --with-petsc-dir=${ISSM_DIR}/externalpackages/petsc/install \
24 --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \
25 --with-boost-dir=${ISSM_DIR}/externalpackages/boost/install \
[24945]26 --with-gmsh-dir=${ISSM_DIR}/externalpackages/gmsh/install \
[24412]27'
28
[24593]29#-------------------#
30# External Packages #
31#-------------------#
[24412]32
33EXTERNALPACKAGES="
[24593]34 autotools install-debian-linux.sh
[24412]35 cmake install.sh
[24648]36 petsc install-3.12-linux-solid_earth.sh
[24593]37 triangle install-linux.sh
[24412]38 chaco install.sh
39 m1qn3 install.sh
40 semic install.sh
[24842]41 boost install-1.7-linux.sh
[24454]42 curl install-7.67.sh
[24424]43 netcdf install-4.7.sh
[24801]44 proj install-6.2.sh
[24454]45 gdal install-3.0-python-netcdf.sh
[24412]46 gshhg install.sh
[24523]47 gmt install-6.0-linux.sh
[24919]48 gmsh install-4.sh
[24412]49 shell2junit install.sh
50"
51
[24593]52#---------#
53# Testing #
54#---------#
[24412]55
[24593]56# Test suites
57MATLAB_TEST=1
58PYTHON_TEST=1
59JAVASCRIPT_TEST=0
60EXAMPLES_TEST=0
61
[24412]62# Number of CPUs used in ISSM compilation
63#
64# NOTE: One is usually safer as some packages are very sensitive to parallel
65# compilation.
66#
67NUMCPUS_INSTALL=8
68
69# Number of cpus used in the nightly runs
70#
71# NOTE: Possible problem of access to all_vertices.txt if more than 1.
72#
73NUMCPUS_RUN=1
74
75# Nightly run options
76#
77# See documentation in test/NightlyRun/runme.* for more information.
78#
[24970]79MATLAB_NROPTIONS="'benchmark','slr','exclude',[2004]"
80PYTHON_NROPTIONS="--benchmark=slr --exclude=[2004]"
Note: See TracBrowser for help on using the repository browser.