Changeset 24970


Ignore:
Timestamp:
06/05/20 09:29:51 (5 years ago)
Author:
jdquinn
Message:

CHG: Excluding test 2004 for now.

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

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

    r24945 r24970  
    7777# See documentation in test/NightlyRun/runme.* for more information.
    7878#
    79 MATLAB_NROPTIONS="'benchmark','slr'"
    80 PYTHON_NROPTIONS="--benchmark=slr"
     79MATLAB_NROPTIONS="'benchmark','slr','exclude',[2004]"
     80PYTHON_NROPTIONS="--benchmark=slr --exclude=[2004]"
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh

    r24942 r24970  
    66LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself
    77LIBGFORTRAN_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
    8 MATLAB_NROPTIONS="'benchmark','slr'"
     8MATLAB_NROPTIONS="'benchmark','slr','exclude',[2004]"
    99MATLAB_PATH="/usr/local/MATLAB/R2019b"
    1010PACKAGE="ISSM-Solid_Earth" # Name of directory to copy distributable files to
    11 PYTHON_NROPTIONS="--benchmark slr"
     11PYTHON_NROPTIONS="--benchmark slr --exclude 2004"
    1212TARBALL_NAME="issm-linux-solid_earth"
    1313TARBALL="${TARBALL_NAME}.tar.gz"
Note: See TracChangeset for help on using the changeset viewer.