- Timestamp:
- 05/08/20 20:22:30 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/test-issm-mac-binaries-with_dakota.sh
r24707 r24828 6 6 # 7 7 8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,2 44,250,417,444,445]" # Excludeany tests with transient solutions that require a restart8 MATLAB_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 9 9 MATLAB_PATH="/Applications/MATLAB_R2019b.app" 10 10 INSTALL_DIR=~/Downloads … … 14 14 # 15 15 # NOTE: 16 # - All non-excluded tests were running until recent changes to QMU17 16 # - 418 fails with "malloc(): invalid next size (unsorted)"" 18 17 # 19 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 2 44 250 417 418 444 445"18 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 235 243 244 250 417 418 420 435 444 445 701 702 703" 20 19 TARBALL_NAME="issm-mac-with_dakota" 21 20 TARBALL="${TARBALL_NAME}.tar.gz"
Note:
See TracChangeset
for help on using the changeset viewer.