Changeset 27809


Ignore:
Timestamp:
06/26/23 14:07:28 (21 months ago)
Author:
jdquinn
Message:

CHG: New build script

File:
1 copied

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/mac-silicon-solid_earth

    r27807 r27809  
    2222        --enable-development \
    2323        --enable-debugging \
    24         --with-numthreads=8 \
     24        --with-numthreads=4 \
    2525        --with-python-version=3.9 \
    2626        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
     
    9797#
    9898# NOTE:
    99 # - Errors are large for tests 234, 235, 418, and 420 under MATLAB
    100 # - Tests 444 and 445 fail intermittently under MATLAB with "Index exceeds array bounds."
    101 # - Errors are large for tests 234 418 and 420 under Python
    102 # - See test417.py for why it is excluded
    103 # - Test 444 fails intermittently under Python with "IndexError: list index out of range"
    10499# - 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)
    105102#
    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"
     103MATLAB_NROPTIONS="'benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2085 2424 2425]"
     104PYTHON_NROPTIONS="--benchmark slc --exclude 2004 2006 2012 2051 2052 2053 2085 2424 2425"
Note: See TracChangeset for help on using the changeset viewer.