Changeset 25174


Ignore:
Timestamp:
06/29/20 10:18:50 (5 years ago)
Author:
jdquinn
Message:

CHG: Changes to test suites.

Location:
issm/trunk-jpl
Files:
5 edited

Legend:

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

    r25127 r25174  
    7878# NOTE:
    7979# - Errors are large for tests 234, 235, 418, and 420 under MATLAB
     80# - Tests 444 and 445 fail intermittently under MATLAB with "Index exceeds array bounds."
    8081# - Errors are large for tests 234 418 and 420 under Python
    8182# - See test417.py for why it is excluded
    8283#
    83 MATLAB_NROPTIONS="'exclude',[234 235 418 420],'id',[IdFromString('Dakota')]"
     84MATLAB_NROPTIONS="'exclude',[234 235 418 420 444 445],'id',[IdFromString('Dakota')]"
    8485PYTHON_NROPTIONS="--exclude 234 417 418 420 --include_name 'Dakota'"
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh

    r25173 r25174  
    99MATLAB_PATH="/usr/local/MATLAB/R2019b"
    1010PACKAGE="ISSM" # Name of directory to copy distributable files to
    11 
    12 # Exclude any tests with transient solutions that require a restart
    13 #
    14 # NOTE:
    15 # - All non-excluded tests were running until recent changes to QMU
    16 # - 418 fails with "malloc(): invalid next size (unsorted)""
    17 #
    18 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 420"
     11PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 420" # Exclude any tests with transient solutions that require a restart
    1912TARBALL_NAME="issm-linux-with_dakota"
    2013TARBALL="${TARBALL_NAME}.tar.gz"
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh

    r25173 r25174  
    44## Constants
    55#
    6 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,235,418,420]" # 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,235,418,420,444,445]" # 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
    9 
    10 # Exclude any tests with transient solutions that require a restart
    11 #
    12 # NOTE:
    13 # - 418 fails with "malloc(): invalid next size (unsorted)""
    14 #
    15 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420"
     9PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420" # Exclude any tests with transient solutions that require a restart
    1610TARBALL_NAME="issm-mac-with_dakota"
    1711TARBALL="${TARBALL_NAME}.tar.gz"
  • issm/trunk-jpl/test/NightlyRun/test444.m

    r25005 r25174  
    11%Test Name: SquareSheetShelfTranSSA2dAggressiveDakotaSampRegionalOutput
     2
     3% TODO:
     4% - Figure out why test fails intermittently on Mac with "Index exceeds array bounds."
     5%
     6
    27md=triangle(model(),'../Exp/Square.exp',150000.);
    38md=setmask(md,'../Exp/SquareShelf.exp','');
  • issm/trunk-jpl/test/NightlyRun/test445.m

    r25165 r25174  
    11%Test Name: SquareSheetShelfSteaEnthalpyHO3dDakotaSampNeff
     2
     3% TODO:
     4% - Figure out why test fails intermittently on Mac with "Index exceeds array bounds."
     5%
     6
    27md=triangle(model(),'../Exp/Square.exp',150000.);
    38md=setmask(md,'../Exp/SquareShelf.exp','');
Note: See TracChangeset for help on using the changeset viewer.