Changeset 27809
- Timestamp:
- 06/26/23 14:07:28 (21 months ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-silicon-solid_earth
r27807 r27809 22 22 --enable-development \ 23 23 --enable-debugging \ 24 --with-numthreads= 8\24 --with-numthreads=4 \ 25 25 --with-python-version=3.9 \ 26 26 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ … … 97 97 # 98 98 # NOTE: 99 # - Errors are large for tests 234, 235, 418, and 420 under MATLAB100 # - Tests 444 and 445 fail intermittently under MATLAB with "Index exceeds array bounds."101 # - Errors are large for tests 234 418 and 420 under Python102 # - See test417.py for why it is excluded103 # - Test 444 fails intermittently under Python with "IndexError: list index out of range"104 99 # - Excluding 2006 until it can be debugged (file I/O) 100 # - Excluding 2012 until it can be looked at by Eric ("FindParam error message: Parameter HydrologyModel not set") 101 # - Excluding 2091 until it can be debugged (resource starvation) 105 102 # 106 MATLAB_NROPTIONS="' id',[IdFromString('Dakota')],'exclude',[234 235 418 420 444 445 2006]"107 PYTHON_NROPTIONS="-- include_name 'Dakota' --exclude 234 417 418 420 444 445 2006"103 MATLAB_NROPTIONS="'benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2085 2424 2425]" 104 PYTHON_NROPTIONS="--benchmark slc --exclude 2004 2006 2012 2051 2052 2053 2085 2424 2425"
Note:
See TracChangeset
for help on using the changeset viewer.