Changeset 24692
- Timestamp:
- 04/06/20 11:08:31 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/pine_island-mac-dakota
r24678 r24692 79 79 # - test701 is skipped because it uses full Stokes equations 80 80 # 81 MATLAB_NROPTIONS="'exclude',[234,243,420,435, 701,702,703,'id',[IdFromString('Dakota')]"82 PYTHON_NROPTIONS="--exclude 234 243 418 420 435 701 702 703 --include_name 'Dakota'"81 MATLAB_NROPTIONS="'exclude',[234,243,420,435,444,701,702,703,'id',[IdFromString('Dakota')]" 82 PYTHON_NROPTIONS="--exclude 234 243 418 420 435 444 701 702 703 --include_name 'Dakota'" -
issm/trunk-jpl/jenkins/ross-debian_linux-dakota
r24648 r24692 75 75 # - See test418.py for reason why it is excluded for now. 76 76 # 77 MATLAB_NROPTIONS="'exclude',[2 43,435,701,702],'id',[IdFromString('Dakota')]"78 PYTHON_NROPTIONS="--exclude 2 43 418 435 701 702--include_name 'Dakota'"77 MATLAB_NROPTIONS="'exclude',[234,243,420,435,444,701,702,703,],'id',[IdFromString('Dakota')]" 78 PYTHON_NROPTIONS="--exclude 234 243 418 420 435 444 701 702 703 --include_name 'Dakota'" -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh
r24676 r24692 6 6 LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself 7 7 LIBGFORTRAN_DIST="${ISSM_DIR}/lib/libgfortran.so.5" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it 8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,243, 244,250,417,444,445,701,702]" # Exclude any tests with transient solutions that require a restart8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,243,420,435,444,701,702,703]" # Exclude any tests with transient solutions that require a restart 9 9 MATLAB_PATH="/usr/local/MATLAB/R2019b" 10 10 PACKAGE="ISSM" # Name of directory to copy distributable files to … … 16 16 # - 418 fails with "malloc(): invalid next size (unsorted)"" 17 17 # 18 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 243 244 250 417 418 435 444 445 701 702"18 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 243 418 420 435 444 701 702 703" 19 19 TARBALL_NAME="issm-linux-with_dakota" 20 20 TARBALL="${TARBALL_NAME}.tar.gz" -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh
r24677 r24692 4 4 ## Constants 5 5 # 6 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234 243 420 435 701 702703]" # 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,243,420,435,444,701,702,703]" # 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 … … 13 13 # - 418 fails with "malloc(): invalid next size (unsorted)"" 14 14 # 15 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 243 418 420 435 701 702 703"15 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 243 418 420 435 444 701 702 703" 16 16 TARBALL_NAME="issm-mac-with_dakota" 17 17 TARBALL="${TARBALL_NAME}.tar.gz"
Note:
See TracChangeset
for help on using the changeset viewer.