Changeset 25552


Ignore:
Timestamp:
09/10/20 10:59:46 (5 years ago)
Author:
jdquinn
Message:

CHG: Test suites

Location:
issm/trunk-jpl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth

    r25545 r25552  
    7979# - Tests 2002, 2003, 2010, 2101, and 2021 are excluded as Gmsh produces different-sized meshes on macOS and Linux for 3d objects (archives are generated on macOS).
    8080#
    81 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2101 2021]"
    82 PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2010 2101 2021"
     81MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2021 2101]"
     82PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2010 2021 2101"
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh

    r25547 r25552  
    1111LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself
    1212LIBGFORTRAN_DIST="${ISSM_DIR}/lib/libgfortran.so.5" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it
    13 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2101 2021]"
     13MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2020 2021 2101]"
    1414MATLAB_PATH="/usr/local/MATLAB/R2019b"
    1515PACKAGE="ISSM-Solid_Earth" # Name of directory to copy distributable files to
    16 PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2010 2101 2021"
     16PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2010 2020 2021 2101"
    1717TARBALL_NAME="issm-linux-solid_earth"
    1818TARBALL="${TARBALL_NAME}.tar.gz"
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-solid_earth.sh

    r25547 r25552  
    99## Constants
    1010#
    11 MATLAB_NROPTIONS="'benchmark','slr'"
     11MATLAB_NROPTIONS="'benchmark','slr','exclude',[2020]"
    1212MATLAB_PATH="/Applications/MATLAB_R2018a.app"
    1313PACKAGE="ISSM-Solid_Earth" # Name of directory to copy distributable files to
    14 PYTHON_NROPTIONS="--benchmark slr"
     14PYTHON_NROPTIONS="--benchmark slr --exclude 2020"
    1515TARBALL_NAME="issm-linux-solid_earth"
    1616TARBALL="${TARBALL_NAME}.tar.gz"
Note: See TracChangeset for help on using the changeset viewer.