Changeset 25048
- Timestamp:
- 06/17/20 14:44:10 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/pine_island-mac-dakota
r24828 r25048 78 78 # NOTE: 79 79 # - Errors are large for tests 235, 418, and 420 on Mac 80 # - test418.py is now excluded as partitioner class needs to be refactored 80 81 # - See test418.py for reason why it is excluded for now (should be fixed) 81 82 # - test701 is skipped because it uses full Stokes equations -
issm/trunk-jpl/jenkins/ross-debian_linux-dakota
r24842 r25048 75 75 # 76 76 # NOTE: 77 # - test418.py is now excluded as partitioner class needs to be refactored 77 78 # - See test418.py for reason why it is excluded for now (should be fixed) 78 79 # 79 MATLAB_NROPTIONS="'exclude',[234,243,4 20,444,445,701,702,703],'id',[IdFromString('Dakota')]"80 MATLAB_NROPTIONS="'exclude',[234,243,418,420,444,445,701,702,703],'id',[IdFromString('Dakota')]" 80 81 PYTHON_NROPTIONS="--exclude 234 243 418 420 435 444 445 701 702 703 --include_name 'Dakota'" -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh
r24703 r25048 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,4 20,435,444,445,701,702,703]" # Exclude any tests with transient solutions that require a restart8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,243,418,420,435,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 PACKAGE="ISSM" # Name of directory to copy distributable files to -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh
r24703 r25048 4 4 ## Constants 5 5 # 6 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,243,4 20,435,444,445,701,702,703]" # 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,418,420,435,444,445,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
Note:
See TracChangeset
for help on using the changeset viewer.