Changeset 25653
- Timestamp:
- 10/07/20 15:05:48 (4 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/pine_island-mac-matlab
r25650 r25653 21 21 --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \ 22 22 --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \ 23 --with-hdf5-dir=${ISSM_DIR}/externalpackages/petsc/install \ 23 24 --with-petsc-dir=${ISSM_DIR}/externalpackages/petsc/install \ 25 --with-gsl-dir=${ISSM_DIR}/externalpackages/gsl/install \ 26 --with-boost-dir=${ISSM_DIR}/externalpackages/boost/install \ 27 --with-dakota-dir=${ISSM_DIR}/externalpackages/dakota/install \ 24 28 --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \ 25 29 --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \ … … 37 41 cmake install.sh 38 42 petsc install-3.12-mac.sh 43 gsl install.sh 44 boost install-1.7-mac.sh 45 dakota install-6.2-mac.sh 46 curl install-7.67.sh 47 netcdf install-4.7-parallel.sh 48 proj install-6.2.sh 49 gdal install-3-netcdf.sh 50 gshhg install.sh 51 gmt install-6.0-mac.sh 52 gmsh install-4.sh 39 53 triangle install-mac.sh 40 54 chaco install.sh … … 66 80 # Nightly run options 67 81 # 68 # See documentation in test/NightlyRun/runme.* for more information 82 # See documentation in test/NightlyRun/runme.* for more information. 69 83 # 70 84 # NOTE: 71 # - test701 is skipped because it uses full Stokes equations 85 # - Errors are large for tests 234, 235, 418, and 420 under MATLAB 86 # - Tests 444 and 445 fail intermittently under MATLAB with "Index exceeds array bounds."\ 87 # - Tests 701, 702, and 703 are skipped because they use full Stokes equations 72 88 # 73 MATLAB_NROPTIONS="'exclude',[ IdFromString('Dakota'),435,701,702,703]"89 MATLAB_NROPTIONS="'exclude',[234 235 418 420 435 444 445 701 702 703]" 74 90 PYTHON_NROPTIONS="" -
issm/trunk-jpl/jenkins/pine_island-mac-python
r25650 r25653 2 2 # ISSM Configuration # 3 3 #--------------------# 4 5 # MATLAB path6 MATLAB_PATH="/Applications/MATLAB_R2018a.app"7 4 8 5 # ISSM CONFIGURATION … … 13 10 --enable-debugging \ 14 11 --with-numthreads=4 \ 15 --with-matlab-dir=${MATLAB_PATH} \ 12 --with-python-dir=/System/Library/Frameworks/Python.framework/Versions/2.7 \ 13 --with-python-numpy-dir=/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy \ 16 14 --with-fortran-lib="-L/usr/local/Cellar/gcc/10.2.0/lib/gcc/10 -lgfortran" \ 17 15 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ … … 21 19 --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \ 22 20 --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \ 21 --with-hdf5-dir=${ISSM_DIR}/externalpackages/petsc/install \ 23 22 --with-petsc-dir=${ISSM_DIR}/externalpackages/petsc/install \ 23 --with-gsl-dir=${ISSM_DIR}/externalpackages/gsl/install \ 24 --with-boost-dir=${ISSM_DIR}/externalpackages/boost/install \ 25 --with-dakota-dir=${ISSM_DIR}/externalpackages/dakota/install \ 24 26 --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \ 25 27 --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \ … … 37 39 cmake install.sh 38 40 petsc install-3.12-mac.sh 41 gsl install.sh 42 boost install-1.7-mac.sh 43 dakota install-6.2-mac.sh 44 curl install-7.67.sh 45 netcdf install-4.7-parallel.sh 46 proj install-6.2.sh 47 gdal install-3-python-netcdf.sh 48 gshhg install.sh 49 gmt install-6.0-mac.sh 50 gmsh install-4.sh 39 51 triangle install-mac.sh 40 52 chaco install.sh … … 49 61 50 62 # Test suites 51 MATLAB_TEST= 152 PYTHON_TEST= 063 MATLAB_TEST=0 64 PYTHON_TEST=1 53 65 JAVASCRIPT_TEST=0 54 66 EXAMPLES_TEST=0 … … 66 78 # Nightly run options 67 79 # 68 # See documentation in test/NightlyRun/runme.* for more information 80 # See documentation in test/NightlyRun/runme.* for more information. 69 81 # 70 82 # NOTE: 71 # - test701 is skipped because it uses full Stokes equations 83 # - Errors are large for tests 234 418 and 420 under Python 84 # - See test417.py for why it is excluded 85 # - Test 444 fails intermittently under Python with "IndexError: list index out of range" 86 # - Tests 701, 702, and 703 are skipped because they use full Stokes equations 72 87 # 73 MATLAB_NROPTIONS=" 'exclude',[IdFromString('Dakota'),435,701,702,703]"74 PYTHON_NROPTIONS=" "88 MATLAB_NROPTIONS="" 89 PYTHON_NROPTIONS="--exclude 234 417 418 420 435 444 445 701 702 703 2005 2006]"
Note:
See TracChangeset
for help on using the changeset viewer.