Changeset 28053
- Timestamp:
- 01/19/24 00:57:03 (14 months ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-intel-basic
r28038 r28053 1 MATLAB_PATH="/Applications/MATLAB_R202 2b.app"1 MATLAB_PATH="/Applications/MATLAB_R2023b.app" 2 2 3 3 #--------------------# -
issm/trunk-jpl/jenkins/mac-intel-binaries-matlab
r28038 r28053 1 MATLAB_PATH="/Applications/MATLAB_R202 2b.app"1 MATLAB_PATH="/Applications/MATLAB_R2023b.app" 2 2 3 3 #--------------------# -
issm/trunk-jpl/jenkins/mac-intel-dakota
r28038 r28053 4 4 # 5 5 6 MATLAB_PATH="/Applications/MATLAB_R202 2b.app"6 MATLAB_PATH="/Applications/MATLAB_R2023b.app" 7 7 8 8 #--------------------# -
issm/trunk-jpl/jenkins/mac-intel-examples
r28038 r28053 7 7 # 8 8 9 MATLAB_PATH="/Applications/MATLAB_R202 2b.app"9 MATLAB_PATH="/Applications/MATLAB_R2023b.app" 10 10 11 11 #--------------------# -
issm/trunk-jpl/jenkins/mac-intel-full
r28038 r28053 8 8 # 9 9 10 MATLAB_PATH="/Applications/MATLAB_R202 2b.app"10 MATLAB_PATH="/Applications/MATLAB_R2023b.app" 11 11 12 12 #--------------------# -
issm/trunk-jpl/jenkins/mac-intel-solid_earth
r28038 r28053 7 7 # 8 8 9 MATLAB_PATH="/Applications/MATLAB_R202 2b.app"9 MATLAB_PATH="/Applications/MATLAB_R2023b.app" 10 10 11 11 #--------------------# -
issm/trunk-jpl/jenkins/mac-silicon-basic
r28038 r28053 1 # NOTE: 2 # - Currently, this configuration does not compile the MATLAB API. After 3 # compiling, you will need to download the ISSM pre-compiled binaries from 4 # https://issm.jpl.nasa.gov/download/binaries, copy the contents of lib/ to 5 # $ISSM_DIR/lib-precompiled, then add $ISSM_DIR/lib-precompiled to the path 6 # in MATLAB. 7 # 8 # TODO: 9 # - Change PROJ installation script to latest version once Jenkins macOS build 10 # node has been upgraded. 11 # 12 13 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing 1 MATLAB_PATH="/Applications/MATLAB_R2023b.app" 14 2 15 3 #--------------------# … … 22 10 --enable-development \ 23 11 --enable-debugging \ 24 --without-wrappers \25 12 --with-numthreads=8 \ 13 --with-matlab-dir=${MATLAB_PATH} \ 26 14 --with-fortran-lib="-L/opt/homebrew/lib/gcc/current -lgfortran" \ 27 15 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ … … 68 56 # compilation 69 57 # 70 NUMCPUS_INSTALL= 458 NUMCPUS_INSTALL=8 71 59 72 60 # Number of CPUs used in the nightly runs … … 77 65 # See documentation in test/NightlyRun/runme.* for more information 78 66 # 79 # NOTE: 80 # - Tests 430, 441:442, 470:476 excluded because of large errors. 81 # - Tests 462-464, 517 excluded because of "Arrays have incompatible sizes for 82 # this operation." 83 # - Test 701:703 excluded because they use full Stokes equations 84 # 85 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),430,435,441:442,462:464,470:476,517,701:703]" 67 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota')]" 86 68 PYTHON_NROPTIONS="" -
issm/trunk-jpl/jenkins/mac-silicon-dakota
r28038 r28053 1 # NOTE: 2 # - Currently, this configuration does not compile the MATLAB API. After 3 # compiling, you will need to download the ISSM pre-compiled binaries from 4 # https://issm.jpl.nasa.gov/download/binaries, copy the contents of lib/ to 5 # $ISSM_DIR/lib-precompiled, then add $ISSM_DIR/lib-precompiled to the path 6 # in MATLAB. 7 # 8 # TODO: 9 # - Change PROJ installation script to latest version once Jenkins macOS build 10 # node has been upgraded. 11 # 12 13 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing 1 MATLAB_PATH="/Applications/MATLAB_R2023b.app" 14 2 15 3 #--------------------# … … 23 11 --enable-debugging \ 24 12 --with-numthreads=8 \ 13 --with-matlab-dir=${MATLAB_PATH} \ 25 14 --with-python-version=3.9 \ 26 15 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ -
issm/trunk-jpl/jenkins/mac-silicon-examples
r28038 r28053 1 # NOTE: 2 # - Same configuration as mac-silicon-full 3 # - Currently, this configuration does not compile the MATLAB API. After 4 # compiling, you will need to download the ISSM pre-compiled binaries from 5 # https://issm.jpl.nasa.gov/download/binaries, copy the contents of lib/ to 6 # $ISSM_DIR/lib-precompiled, then add $ISSM_DIR/lib-precompiled to the path 7 # in MATLAB. 8 # 9 # TODO: 10 # - Change PROJ installation script to latest version once Jenkins macOS build 11 # node has been upgraded. 12 # 13 14 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing 1 MATLAB_PATH="/Applications/MATLAB_R2023b.app" 15 2 16 3 #--------------------# … … 24 11 --enable-debugging \ 25 12 --with-numthreads=8 \ 13 --with-matlab-dir=${MATLAB_PATH} \ 26 14 --with-fortran-lib="-L/opt/homebrew/lib/gcc/current -lgfortran" \ 27 15 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ -
issm/trunk-jpl/jenkins/mac-silicon-full
r28038 r28053 1 # NOTE: 2 # - This configuration adds solid earth and Dakota capabilities to the basic 3 # build. 4 # - Currently, this configuration does not compile the MATLAB API. After 5 # compiling, you will need to download the ISSM pre-compiled binaries from 6 # https://issm.jpl.nasa.gov/download/binaries, copy the contents of lib/ to 7 # $ISSM_DIR/lib-precompiled, then add $ISSM_DIR/lib-precompiled to the path 8 # in MATLAB. 9 # 10 # TODO: 11 # - Change PROJ installation script to latest version once Jenkins macOS build 12 # node has been upgraded. 13 # 14 15 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing 1 MATLAB_PATH="/Applications/MATLAB_R2023b.app" 16 2 17 3 #--------------------# … … 25 11 --enable-debugging \ 26 12 --with-numthreads=8 \ 13 --with-matlab-dir=${MATLAB_PATH} \ 27 14 --with-python-version=3.9 \ 28 15 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ -
issm/trunk-jpl/jenkins/mac-silicon-solid_earth
r28038 r28053 1 # NOTE: 2 # - Currently, this configuration does not compile the MATLAB API. After 3 # compiling, you will need to download the ISSM pre-compiled binaries from 4 # https://issm.jpl.nasa.gov/download/binaries, copy the contents of lib/ to 5 # $ISSM_DIR/lib-precompiled, then add $ISSM_DIR/lib-precompiled to the path 6 # in MATLAB. 7 # 8 # TODO: 9 # - Change PROJ installation script to latest version once Jenkins macOS build 10 # node has been upgraded. 11 # 12 13 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing 1 MATLAB_PATH="/Applications/MATLAB_R2023b.app" 14 2 15 3 #--------------------# … … 22 10 --enable-development \ 23 11 --enable-debugging \ 24 --with-numthreads=4 \ 12 --with-numthreads=8 \ 13 --with-matlab-dir=${MATLAB_PATH} \ 25 14 --with-python-version=3.9 \ 26 15 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ … … 100 89 # - Excluding 2012 until it can be looked at by Eric ("FindParam error message: Parameter HydrologyModel not set") 101 90 # - Excluding 2091 until it can be debugged (resource starvation) 102 # - Excluding 2110:2113 until we can compile MEX modules natively for Silicon and then can debug differences in mesh generation between different platforms103 91 # 104 92 MATLAB_NROPTIONS="'benchmark','slc','exclude',[2004 2006 2012 2051 2052 2053 2085 2424 2425]" 105 PYTHON_NROPTIONS="--benchmark slc --exclude 2004 2006 2012 2051 2052 2053 2085 2110:2113 2424 2425" 93 PYTHON_NROPTIONS="--benchmark slc --exclude 2004 2006 2012 2051 2052 2053 2085 2424 2425" 94
Note:
See TracChangeset
for help on using the changeset viewer.