Changeset 25177
- Timestamp:
- 06/29/20 12:09:19 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/pine_island-mac-dakota
r25176 r25177 84 84 # 85 85 MATLAB_NROPTIONS="'exclude',[234 235 418 420 444 445],'id',[IdFromString('Dakota')]" 86 PYTHON_NROPTIONS="--exclude 234 417 418 420 444 --include_name 'Dakota'"86 PYTHON_NROPTIONS="--exclude 234 417 418 420 444 445 --include_name 'Dakota'" -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh
r25176 r25177 7 7 MATLAB_PATH="/Applications/MATLAB_R2018a.app" 8 8 PACKAGE="ISSM" # Name of directory to copy distributable files to 9 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 " # Exclude any tests with transient solutions that require a restart9 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445" # Exclude any tests with transient solutions that require a restart 10 10 TARBALL_NAME="issm-mac-with_dakota" 11 11 TARBALL="${TARBALL_NAME}.tar.gz" -
issm/trunk-jpl/test/NightlyRun/test445.py
r25165 r25177 1 1 #Test Name: SquareSheetShelfSteaEnthalpyHO3dDakotaSampNeff 2 3 # TODO: 4 # - Figure out why test fails intermittently on Mac with "IndexError: list 5 # index out of range" 6 # 7 2 8 from os import getcwd 3 9 from socket import gethostname
Note:
See TracChangeset
for help on using the changeset viewer.