Changeset 25653


Ignore:
Timestamp:
10/07/20 15:05:48 (4 years ago)
Author:
jdquinn
Message:

ADD: New configurations

Location:
issm/trunk-jpl/jenkins
Files:
2 copied

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/pine_island-mac-matlab

    r25650 r25653  
    2121        --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \
    2222        --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \
     23        --with-hdf5-dir=${ISSM_DIR}/externalpackages/petsc/install \
    2324        --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 \
    2428        --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \
    2529        --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \
     
    3741        cmake           install.sh
    3842        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
    3953        triangle        install-mac.sh
    4054        chaco           install.sh
     
    6680# Nightly run options
    6781#
    68 # See documentation in test/NightlyRun/runme.* for more information
     82# See documentation in test/NightlyRun/runme.* for more information.
    6983#
    7084# 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
    7288#
    73 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]"
     89MATLAB_NROPTIONS="'exclude',[234 235 418 420 435 444 445 701 702 703]"
    7490PYTHON_NROPTIONS=""
  • issm/trunk-jpl/jenkins/pine_island-mac-python

    r25650 r25653  
    22# ISSM Configuration #
    33#--------------------#
    4 
    5 # MATLAB path
    6 MATLAB_PATH="/Applications/MATLAB_R2018a.app"
    74
    85# ISSM CONFIGURATION
     
    1310        --enable-debugging \
    1411        --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 \
    1614        --with-fortran-lib="-L/usr/local/Cellar/gcc/10.2.0/lib/gcc/10 -lgfortran" \
    1715        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
     
    2119        --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \
    2220        --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \
     21        --with-hdf5-dir=${ISSM_DIR}/externalpackages/petsc/install \
    2322        --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 \
    2426        --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \
    2527        --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \
     
    3739        cmake           install.sh
    3840        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
    3951        triangle        install-mac.sh
    4052        chaco           install.sh
     
    4961
    5062# Test suites
    51 MATLAB_TEST=1
    52 PYTHON_TEST=0
     63MATLAB_TEST=0
     64PYTHON_TEST=1
    5365JAVASCRIPT_TEST=0
    5466EXAMPLES_TEST=0
     
    6678# Nightly run options
    6779#
    68 # See documentation in test/NightlyRun/runme.* for more information
     80# See documentation in test/NightlyRun/runme.* for more information.
    6981#
    7082# 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
    7287#
    73 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]"
    74 PYTHON_NROPTIONS=""
     88MATLAB_NROPTIONS=""
     89PYTHON_NROPTIONS="--exclude 234 417 418 420 435 444 445 701 702 703 2005 2006]"
Note: See TracChangeset for help on using the changeset viewer.