Changeset 25175
- Timestamp:
- 06/29/20 11:09:37 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/ross-debian_linux-dakota
r25173 r25175 75 75 # 76 76 # NOTE: 77 # - Errors are large for tests 234 and 420 under Python77 # - Errors are large for tests 234, 418, and 420 under Python 78 78 # 79 79 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')]" 80 PYTHON_NROPTIONS="--exclude 234 4 20 --include_name 'Dakota'"80 PYTHON_NROPTIONS="--exclude 234 418 420 --include_name 'Dakota'" -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh
r25174 r25175 9 9 MATLAB_PATH="/usr/local/MATLAB/R2019b" 10 10 PACKAGE="ISSM" # Name of directory to copy distributable files to 11 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 4 20" # Exclude any tests with transient solutions that require a restart11 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 418 420" # Exclude any tests with transient solutions that require a restart 12 12 TARBALL_NAME="issm-linux-with_dakota" 13 13 TARBALL="${TARBALL_NAME}.tar.gz"
Note:
See TracChangeset
for help on using the changeset viewer.