Changeset 25173
- Timestamp:
- 06/29/20 10:07:14 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/ross-debian_linux-dakota
r25049 r25173 75 75 # 76 76 # NOTE: 77 # - test418.m is now excluded as partitioner class needs to be refactored 78 # - See test418.py for reason why it is excluded for now (should be fixed) 77 # - Errors are large for tests 234 and 420 under Python 79 78 # 80 MATLAB_NROPTIONS="' exclude',[234,243,418,420,444,445,701,702,703],'id',[IdFromString('Dakota')]"81 PYTHON_NROPTIONS="--exclude 234 243 418 420 435 444 445 701 702 703--include_name 'Dakota'"79 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')]" 80 PYTHON_NROPTIONS="--exclude 234 420 --include_name 'Dakota'" -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh
r25048 r25173 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,418,420,435,444,445,701,702,703]" # Exclude any tests with transient solutions that require a restart8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')]" # 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 418 420 435 444 445 701 702 703"18 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 420" 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
r25048 r25173 4 4 ## Constants 5 5 # 6 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,2 43,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 build6 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,235,418,420]" # 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 444 445 701 702 703"15 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420" 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.