Changeset 24828


Ignore:
Timestamp:
05/08/20 20:22:30 (5 years ago)
Author:
jdquinn
Message:

CHG: Updated test suites

Location:
issm/trunk-jpl
Files:
4 edited

Legend:

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

    r24824 r24828  
    7777#
    7878# NOTE:
    79 # - See test418.py for reason why it is excluded for now
    80 # - Error is large for test420
     79# - Errors are large for tests 235, 418, and 420 on Mac
     80# - See test418.py for reason why it is excluded for now (should be fixed)
    8181# - test701 is skipped because it uses full Stokes equations
    8282#
    83 MATLAB_NROPTIONS="'exclude',[234,243,420,435,444,445,701,702,703],'id',[IdFromString('Dakota')]"
    84 PYTHON_NROPTIONS="--exclude 234 243 418 420 435 444 445 701 702 703 --include_name 'Dakota'"
     83MATLAB_NROPTIONS="'exclude',[234,235,243,418,420,435,444,445,701,702,703],'id',[IdFromString('Dakota')]"
     84PYTHON_NROPTIONS="--exclude 234 235 243 418 420 435 444 445 701 702 703 --include_name 'Dakota'"
  • issm/trunk-jpl/jenkins/ross-debian_linux-dakota

    r24824 r24828  
    7575#
    7676# NOTE:
    77 # - See test418.py for reason why it is excluded for now.
     77# - See test418.py for reason why it is excluded for now (should be fixed)
    7878#
    79 MATLAB_NROPTIONS="'exclude',[234,243,420,435,444,445,701,702,703,],'id',[IdFromString('Dakota')]"
     79MATLAB_NROPTIONS="'exclude',[234,243,420,444,445,701,702,703],'id',[IdFromString('Dakota')]"
    8080PYTHON_NROPTIONS="--exclude 234 243 418 420 435 444 445 701 702 703 --include_name 'Dakota'"
  • issm/trunk-jpl/scripts/test-issm-linux-binaries-with_dakota.sh

    r24707 r24828  
    66#
    77
    8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,244,250,417,444,445]"  # Exclude any tests with transient solutions that require a restart
     8MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,235,243,244,250,417,420,444,445,701,702,703]"  # Exclude any tests with transient solutions that require a restart
    99MATLAB_PATH="/usr/local/MATLAB/R2019b"
    1010INSTALL_DIR=~/Downloads
     
    1414#
    1515# NOTE:
    16 # - All non-excluded tests were running until recent changes to QMU
    1716# - 418 fails with "malloc(): invalid next size (unsorted)""
    1817#
    19 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 244 250 417 418 444 445"
     18PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 235 243 244 250 417 418 420 444 445 701 702 703"
    2019TARBALL_NAME="issm-linux-with_dakota"
    2120TARBALL="${TARBALL_NAME}.tar.gz"
  • issm/trunk-jpl/scripts/test-issm-mac-binaries-with_dakota.sh

    r24707 r24828  
    66#
    77
    8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,244,250,417,444,445]"  # Exclude any tests with transient solutions that require a restart
     8MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,235,243,244,250,417,418,420,435,444,445,701,702,703]" # Regular test suite, plus any tests with transient solutions that require a restart
    99MATLAB_PATH="/Applications/MATLAB_R2019b.app"
    1010INSTALL_DIR=~/Downloads
     
    1414#
    1515# NOTE:
    16 # - All non-excluded tests were running until recent changes to QMU
    1716# - 418 fails with "malloc(): invalid next size (unsorted)""
    1817#
    19 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 244 250 417 418 444 445"
     18PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 235 243 244 250 417 418 420 435 444 445 701 702 703"
    2019TARBALL_NAME="issm-mac-with_dakota"
    2120TARBALL="${TARBALL_NAME}.tar.gz"
Note: See TracChangeset for help on using the changeset viewer.