Changeset 24692


Ignore:
Timestamp:
04/06/20 11:08:31 (5 years ago)
Author:
jdquinn
Message:

CHG: Correcting test suite lists

Location:
issm/trunk-jpl
Files:
4 edited

Legend:

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

    r24678 r24692  
    7979# - test701 is skipped because it uses full Stokes equations
    8080#
    81 MATLAB_NROPTIONS="'exclude',[234,243,420,435,701,702,703,'id',[IdFromString('Dakota')]"
    82 PYTHON_NROPTIONS="--exclude 234 243 418 420 435 701 702 703 --include_name 'Dakota'"
     81MATLAB_NROPTIONS="'exclude',[234,243,420,435,444,701,702,703,'id',[IdFromString('Dakota')]"
     82PYTHON_NROPTIONS="--exclude 234 243 418 420 435 444 701 702 703 --include_name 'Dakota'"
  • issm/trunk-jpl/jenkins/ross-debian_linux-dakota

    r24648 r24692  
    7575# - See test418.py for reason why it is excluded for now.
    7676#
    77 MATLAB_NROPTIONS="'exclude',[243,435,701,702],'id',[IdFromString('Dakota')]"
    78 PYTHON_NROPTIONS="--exclude 243 418 435 701 702 --include_name 'Dakota'"
     77MATLAB_NROPTIONS="'exclude',[234,243,420,435,444,701,702,703,],'id',[IdFromString('Dakota')]"
     78PYTHON_NROPTIONS="--exclude 234 243 418 420 435 444 701 702 703 --include_name 'Dakota'"
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh

    r24676 r24692  
    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="'id',[IdFromString('Dakota')],'exclude',[234,243,244,250,417,444,445,701,702]" # Exclude any tests with transient solutions that require a restart
     8MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,243,420,435,444,701,702,703]" # Exclude any tests with transient solutions that require a restart
    99MATLAB_PATH="/usr/local/MATLAB/R2019b"
    1010PACKAGE="ISSM" # Name of directory to copy distributable files to
     
    1616# - 418 fails with "malloc(): invalid next size (unsorted)""
    1717#
    18 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 243 244 250 417 418 435 444 445 701 702"
     18PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 243 418 420 435 444 701 702 703"
    1919TARBALL_NAME="issm-linux-with_dakota"
    2020TARBALL="${TARBALL_NAME}.tar.gz"
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh

    r24677 r24692  
    44## Constants
    55#
    6 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234 243 420 435 701 702 703]" # Exclude any tests with transient solutions that require a restart, and any tests that are excluded in the standard build
     6MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,243,420,435,444,701,702,703]" # Exclude any tests with transient solutions that require a restart, and any tests that are excluded in the standard build
    77MATLAB_PATH="/Applications/MATLAB_R2018a.app"
    88PACKAGE="ISSM" # Name of directory to copy distributable files to
     
    1313# - 418 fails with "malloc(): invalid next size (unsorted)""
    1414#
    15 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 243 418 420 435 701 702 703"
     15PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 243 418 420 435 444 701 702 703"
    1616TARBALL_NAME="issm-mac-with_dakota"
    1717TARBALL="${TARBALL_NAME}.tar.gz"
Note: See TracChangeset for help on using the changeset viewer.