Changeset 24828
- Timestamp:
- 05/08/20 20:22:30 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/pine_island-mac-dakota
r24824 r24828 77 77 # 78 78 # NOTE: 79 # - See test418.py for reason why it is excluded for now80 # - Error is large for test42079 # - 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) 81 81 # - test701 is skipped because it uses full Stokes equations 82 82 # 83 MATLAB_NROPTIONS="'exclude',[234,2 43,420,435,444,445,701,702,703],'id',[IdFromString('Dakota')]"84 PYTHON_NROPTIONS="--exclude 234 2 43 418 420 435 444 445 701 702 703 --include_name 'Dakota'"83 MATLAB_NROPTIONS="'exclude',[234,235,243,418,420,435,444,445,701,702,703],'id',[IdFromString('Dakota')]" 84 PYTHON_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 75 75 # 76 76 # 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) 78 78 # 79 MATLAB_NROPTIONS="'exclude',[234,243,420,4 35,444,445,701,702,703,],'id',[IdFromString('Dakota')]"79 MATLAB_NROPTIONS="'exclude',[234,243,420,444,445,701,702,703],'id',[IdFromString('Dakota')]" 80 80 PYTHON_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 6 6 # 7 7 8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,2 44,250,417,444,445]" # Exclude any tests with transient solutions that require a restart8 MATLAB_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 9 9 MATLAB_PATH="/usr/local/MATLAB/R2019b" 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 444 445 701 702 703" 20 19 TARBALL_NAME="issm-linux-with_dakota" 21 20 TARBALL="${TARBALL_NAME}.tar.gz" -
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.