Changeset 25660
- Timestamp:
- 10/08/20 14:20:04 (4 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/pine_island-mac
r25617 r25660 1 # NOTE: We do not have a project on Jenkins based on this configuration, but we 2 # should maintain it as a way to efficiently test both MATLAB and Python 3 # APIs. 4 # 5 1 6 #--------------------# 2 7 # ISSM Configuration # … … 14 19 --with-numthreads=4 \ 15 20 --with-matlab-dir=${MATLAB_PATH} \ 21 --with-python-dir=/System/Library/Frameworks/Python.framework/Versions/2.7 \ 22 --with-python-numpy-dir=/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy \ 16 23 --with-fortran-lib="-L/usr/local/Cellar/gcc/10.2.0/lib/gcc/10 -lgfortran" \ 17 24 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ … … 21 28 --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \ 22 29 --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \ 30 --with-hdf5-dir=${ISSM_DIR}/externalpackages/petsc/install \ 23 31 --with-petsc-dir=${ISSM_DIR}/externalpackages/petsc/install \ 32 --with-gsl-dir=${ISSM_DIR}/externalpackages/gsl/install \ 33 --with-boost-dir=${ISSM_DIR}/externalpackages/boost/install \ 34 --with-dakota-dir=${ISSM_DIR}/externalpackages/dakota/install \ 24 35 --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \ 25 36 --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \ … … 37 48 cmake install.sh 38 49 petsc install-3.12-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 39 60 triangle install-mac.sh 40 61 chaco install.sh … … 50 71 # Test suites 51 72 MATLAB_TEST=1 52 PYTHON_TEST= 073 PYTHON_TEST=1 53 74 JAVASCRIPT_TEST=0 54 75 EXAMPLES_TEST=0 … … 66 87 # Nightly run options 67 88 # 68 # See documentation in test/NightlyRun/runme.* for more information 89 # See documentation in test/NightlyRun/runme.* for more information. 69 90 # 70 91 # NOTE: 92 # - Errors are large for tests 234, 235, 418, and 420 under MATLAB 93 # - Tests 444 and 445 fail intermittently under MATLAB with "Index exceeds array bounds." 94 # - Errors are large for tests 234 418 and 420 under Python 95 # - See test417.py for why it is excluded 96 # - Test 444 fails intermittently under Python with "IndexError: list index out of range" 71 97 # - test701 is skipped because it uses full Stokes equations 72 98 # 73 MATLAB_NROPTIONS="'exclude',[ IdFromString('Dakota'),435,701,702,703]"74 PYTHON_NROPTIONS=" "99 MATLAB_NROPTIONS="'exclude',[234 235 418 420 435 444 445 701 702 703]" 100 PYTHON_NROPTIONS="--exclude 234 417 418 420 435 444 445 701 702 703]" -
issm/trunk-jpl/jenkins/ross-debian_linux
r24648 r25660 1 # NOTE: We do not have a project on Jenkins based on this configuration, but we 2 # should maintain it as a way to efficiently test both MATLAB and Python 3 # APIs. 4 # 5 1 6 #--------------------# 2 7 # ISSM Configuration # … … 4 9 5 10 MATLAB_PATH="/usr/local/MATLAB/R2019b" 11 6 12 ISSM_CONFIG='\ 7 13 --prefix=${ISSM_DIR} \ … … 10 16 --enable-debugging \ 11 17 --with-numthreads=4 \ 18 --with-python-dir=/usr \ 19 --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \ 12 20 --with-matlab-dir=${MATLAB_PATH} \ 13 21 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \ … … 18 26 --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \ 19 27 --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \ 28 --with-hdf5-dir=${ISSM_DIR}/externalpackages/petsc/install \ 20 29 --with-petsc-dir=${ISSM_DIR}/externalpackages/petsc/install \ 30 --with-gsl-dir=${ISSM_DIR}/externalpackages/gsl/install \ 31 --with-boost-dir=${ISSM_DIR}/externalpackages/boost/install \ 32 --with-dakota-dir=${ISSM_DIR}/externalpackages/dakota/install \ 21 33 --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \ 22 34 --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \ … … 33 45 cmake install.sh 34 46 petsc install-3.12-linux.sh 47 gsl install.sh 48 boost install-1.7-linux.sh 49 dakota install-6.2-linux.sh 50 curl install-7.67.sh 51 netcdf install-4.7-parallel.sh 52 proj install-6.2.sh 53 gdal install-3-python-netcdf.sh 54 gshhg install.sh 55 gmt install-6.0-linux.sh 56 gmsh install-4.sh 35 57 triangle install-linux.sh 36 58 chaco install.sh … … 46 68 # Test suites 47 69 MATLAB_TEST=1 48 PYTHON_TEST= 070 PYTHON_TEST=1 49 71 JAVASCRIPT_TEST=0 50 72 EXAMPLES_TEST=0 … … 64 86 # See documentation in test/NightlyRun/runme.* for more information. 65 87 # 66 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota')]" 67 PYTHON_NROPTIONS="" 88 # - Errors are large for tests 234, 418, and 420 under Python 89 # - Tests 2002, 2003, 2010, 2101, and 2021 are excluded as Gmsh produces 90 # different-sized meshes on macOS and Linux for 3d objects (archives are 91 # generated on macOS). 92 # 93 MATLAB_NROPTIONS="'exclude',[2002 2003 2010 2021 2101]" 94 PYTHON_NROPTIONS="--exclude 234 418 420 2002 2003 2010 2021 2101"
Note:
See TracChangeset
for help on using the changeset viewer.