Changeset 25174
- Timestamp:
- 06/29/20 10:18:50 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/pine_island-mac-dakota
r25127 r25174 78 78 # NOTE: 79 79 # - 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." 80 81 # - Errors are large for tests 234 418 and 420 under Python 81 82 # - See test417.py for why it is excluded 82 83 # 83 MATLAB_NROPTIONS="'exclude',[234 235 418 420 ],'id',[IdFromString('Dakota')]"84 MATLAB_NROPTIONS="'exclude',[234 235 418 420 444 445],'id',[IdFromString('Dakota')]" 84 85 PYTHON_NROPTIONS="--exclude 234 417 418 420 --include_name 'Dakota'" -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh
r25173 r25174 9 9 MATLAB_PATH="/usr/local/MATLAB/R2019b" 10 10 PACKAGE="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" 11 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 420" # Exclude any tests with transient solutions that require a restart 19 12 TARBALL_NAME="issm-linux-with_dakota" 20 13 TARBALL="${TARBALL_NAME}.tar.gz" -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh
r25173 r25174 4 4 ## Constants 5 5 # 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 build6 MATLAB_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 7 7 MATLAB_PATH="/Applications/MATLAB_R2018a.app" 8 8 PACKAGE="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" 9 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420" # Exclude any tests with transient solutions that require a restart 16 10 TARBALL_NAME="issm-mac-with_dakota" 17 11 TARBALL="${TARBALL_NAME}.tar.gz" -
issm/trunk-jpl/test/NightlyRun/test444.m
r25005 r25174 1 1 %Test Name: SquareSheetShelfTranSSA2dAggressiveDakotaSampRegionalOutput 2 3 % TODO: 4 % - Figure out why test fails intermittently on Mac with "Index exceeds array bounds." 5 % 6 2 7 md=triangle(model(),'../Exp/Square.exp',150000.); 3 8 md=setmask(md,'../Exp/SquareShelf.exp',''); -
issm/trunk-jpl/test/NightlyRun/test445.m
r25165 r25174 1 1 %Test Name: SquareSheetShelfSteaEnthalpyHO3dDakotaSampNeff 2 3 % TODO: 4 % - Figure out why test fails intermittently on Mac with "Index exceeds array bounds." 5 % 6 2 7 md=triangle(model(),'../Exp/Square.exp',150000.); 3 8 md=setmask(md,'../Exp/SquareShelf.exp','');
Note:
See TracChangeset
for help on using the changeset viewer.