[25834] | 1 | Index: ../trunk-jpl/jenkins/mac-valgrind
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/jenkins/mac-valgrind (nonexistent)
|
---|
| 4 | +++ ../trunk-jpl/jenkins/mac-valgrind (revision 25760)
|
---|
| 5 | @@ -0,0 +1,85 @@
|
---|
| 6 | +# NOTE: This configuration can be used to debug, with Valgrind, builds that
|
---|
| 7 | +# require Boost.
|
---|
| 8 | +
|
---|
| 9 | +#--------------------#
|
---|
| 10 | +# ISSM Configuration #
|
---|
| 11 | +#--------------------#
|
---|
| 12 | +
|
---|
| 13 | +MATLAB_PATH="/Applications/MATLAB_R2018a.app"
|
---|
| 14 | +
|
---|
| 15 | +ISSM_CONFIG='\
|
---|
| 16 | + --prefix=${ISSM_DIR} \
|
---|
| 17 | + --disable-static \
|
---|
| 18 | + --enable-development \
|
---|
| 19 | + --enable-debugging \
|
---|
| 20 | + --with-numthreads=4 \
|
---|
| 21 | + --with-matlab-dir=${MATLAB_PATH} \
|
---|
| 22 | + --with-python-dir=/System/Library/Frameworks/Python.framework/Versions/2.7 \
|
---|
| 23 | + --with-python-numpy-dir=/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy \
|
---|
| 24 | + --with-fortran-lib="-L/usr/local/Cellar/gcc/10.2.0/lib/gcc/10 -lgfortran" \
|
---|
| 25 | + --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
|
---|
| 26 | + --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
|
---|
| 27 | + --with-blas-lapack-dir=${ISSM_DIR}/externalpackages/petsc/install \
|
---|
| 28 | + --with-metis-dir=${ISSM_DIR}/externalpackages/petsc/install \
|
---|
| 29 | + --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \
|
---|
| 30 | + --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \
|
---|
| 31 | + --with-hdf5-dir=${ISSM_DIR}/externalpackages/petsc/install \
|
---|
| 32 | + --with-petsc-dir=${ISSM_DIR}/externalpackages/petsc/install \
|
---|
| 33 | + --with-gsl-dir=${ISSM_DIR}/externalpackages/gsl/install \
|
---|
| 34 | + --with-boost-dir=${ISSM_DIR}/externalpackages/boost/install \
|
---|
| 35 | + --with-dakota-dir=${ISSM_DIR}/externalpackages/dakota/install \
|
---|
| 36 | + --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \
|
---|
| 37 | + --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \
|
---|
| 38 | + --with-m1qn3-dir=${ISSM_DIR}/externalpackages/m1qn3/install \
|
---|
| 39 | + --with-semic-dir=${ISSM_DIR}/externalpackages/semic/install \
|
---|
| 40 | +'
|
---|
| 41 | +
|
---|
| 42 | +#-------------------#
|
---|
| 43 | +# External Packages #
|
---|
| 44 | +#-------------------#
|
---|
| 45 | +
|
---|
| 46 | +EXTERNALPACKAGES="
|
---|
| 47 | + autotools install.sh
|
---|
| 48 | + cmake install.sh
|
---|
| 49 | + petsc install-3.14-mac.sh
|
---|
| 50 | + gsl install.sh
|
---|
| 51 | + boost install-1.7-mac.sh
|
---|
| 52 | + dakota install-6.2-mac.sh
|
---|
| 53 | + curl install-7.67.sh
|
---|
| 54 | + netcdf install-4.7-parallel.sh
|
---|
| 55 | + proj install-6.2.sh
|
---|
| 56 | + gdal install-3-python-netcdf.sh
|
---|
| 57 | + gshhg install.sh
|
---|
| 58 | + gmt install-6.0-mac.sh
|
---|
| 59 | + gmsh install-4.sh
|
---|
| 60 | + triangle install-mac.sh
|
---|
| 61 | + chaco install.sh
|
---|
| 62 | + m1qn3 install.sh
|
---|
| 63 | + semic install.sh
|
---|
| 64 | + valgrind install-macosx64.sh
|
---|
| 65 | + shell2junit install.sh
|
---|
| 66 | +"
|
---|
| 67 | +
|
---|
| 68 | +#---------#
|
---|
| 69 | +# Testing #
|
---|
| 70 | +#---------#
|
---|
| 71 | +
|
---|
| 72 | +# Test suites
|
---|
| 73 | +MATLAB_TEST=0
|
---|
| 74 | +PYTHON_TEST=0
|
---|
| 75 | +JAVASCRIPT_TEST=0
|
---|
| 76 | +EXAMPLES_TEST=0
|
---|
| 77 | +
|
---|
| 78 | +# Number of CPUs used in ISSM compilation
|
---|
| 79 | +#
|
---|
| 80 | +# NOTE: One is usually safer as some packages are very sensitive to parallel
|
---|
| 81 | +# compilation
|
---|
| 82 | +#
|
---|
| 83 | +NUMCPUS_INSTALL=8
|
---|
| 84 | +
|
---|
| 85 | +# Number of CPUs used in the nightly runs
|
---|
| 86 | +NUMCPUS_RUN=1
|
---|
| 87 | +
|
---|
| 88 | +# Nightly run options
|
---|
| 89 | +MATLAB_NROPTIONS=""
|
---|
| 90 | +PYTHON_NROPTIONS=""
|
---|
| 91 |
|
---|
| 92 | Property changes on: ../trunk-jpl/jenkins/mac-valgrind
|
---|
| 93 | ___________________________________________________________________
|
---|
| 94 | Added: svn:executable
|
---|
| 95 | ## -0,0 +1 ##
|
---|
| 96 | +*
|
---|
| 97 | \ No newline at end of property
|
---|