Changeset 28120


Ignore:
Timestamp:
02/29/24 20:05:03 (13 months ago)
Author:
jdquinn
Message:

CHG: Bypassing test456 (for now); added macOS Silicon Python build to quickly determine if test is failing because of architecture or API

Location:
issm/trunk-jpl
Files:
6 edited
1 copied

Legend:

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

    r28079 r28120  
    6666#
    6767# NOTE:
    68 # - Tests 216, 274, 430, 435, 441:442, 470:476, 517 are excluded because of large errors
     68# - Tests 216, 274, 430, 435, 441:442, 456, 470:476, 517 are excluded because of large errors
    6969# - Tests 119, 423, 433, 448, 462:464, 508, 544, 546, 808 are excluded because of failure "Arrays have incompatible sizes for this operation."
    7070#
    71 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),119,216,274,423,430,433,435,441:442,448,462:464,470:476,508,517,544,546,808]"
     71MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),119,216,274,423,430,433,435,441:442,448,456,462:464,470:476,508,517,544,546,808]"
    7272PYTHON_NROPTIONS=""
  • TabularUnified issm/trunk-jpl/jenkins/mac-silicon-python

    r28116 r28120  
    1 MATLAB_PATH="/Applications/MATLAB_R2023b.app"
    2 
    31#--------------------#
    42# ISSM Configuration #
     
    119        --enable-debugging \
    1210        --with-numthreads=8 \
    13         --with-matlab-dir=${MATLAB_PATH} \
    1411        --with-python-version=3.9 \
    1512        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
     
    4340        cmake           install.sh
    4441        petsc           install-3.17-mac-silicon.sh
    45         gsl                     install.sh
    46         boost           install-1.7-mac.sh
    47         dakota          install-6.2-mac.sh
    48         chaco           install-mac.sh
    49         curl            install-7-mac.sh
    50         hdf5            install-1-parallel.sh
    51         netcdf          install-4.7-parallel.sh
    52         proj            install-6.sh
    53         gdal            install-3-python.sh
    54         gshhg           install.sh
    55         gmt                     install-6-mac.sh
    56         gmsh            install-4-mac.sh
    5742        triangle        install-mac.sh
    5843        m1qn3           install-mac.sh
     
    6752# Test suites
    6853MATLAB_TEST=0
    69 PYTHON_TEST=0
     54PYTHON_TEST=1
    7055JAVASCRIPT_TEST=0
    7156EXAMPLES_TEST=0
     
    7661#               compilation
    7762#
    78 NUMCPUS_INSTALL=4
     63NUMCPUS_INSTALL=8
    7964
    8065# Number of CPUs used in the nightly runs
     
    8267
    8368# Nightly run options
     69#
     70# See documentation in test/NightlyRun/runme.* for more information
     71#
     72# NOTE:
     73# - Tests 216, 274, 430, 435, 441:442, 456, 470:476, 517 are excluded because of large errors
     74# - Tests 119, 423, 433, 448, 462:464, 508, 544, 546, 808 are excluded because of failure "Arrays have incompatible sizes for this operation."
     75#
    8476MATLAB_NROPTIONS=""
    85 PYTHON_NROPTIONS=""
     77PYTHON_NROPTIONS="--exclude 234 418 420"
     78
  • TabularUnified issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-matlab.sh

    r27951 r28120  
    3030LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself
    3131LIBGFORTRAN_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
    32 MATLAB_NROPTIONS="'benchmark','all','exclude',[125,126,129,234,235,418,420,435,444,445,701,702,703,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1201,1202,1203,1204,1205,1206,1207,1208,1301,1302,1303,1304,1401,1402,1601,1602,2002,2003,2004,2006,2007,2008,2010,2011,2012,2013,2020,2021,2051,2052,2053,2084,2085,2090,2091,2092,2101,2424,2425,3001:3300,3480,3481,4001:4100]" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
     32MATLAB_NROPTIONS="'benchmark','all','exclude',[125,126,129,234,235,418,420,435,444,445,456,701,702,703,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1201,1202,1203,1204,1205,1206,1207,1208,1301,1302,1303,1304,1401,1402,1601,1602,2002,2003,2004,2006,2007,2008,2010,2011,2012,2013,2020,2021,2051,2052,2053,2084,2085,2090,2091,2092,2101,2424,2425,3001:3300,3480,3481,4001:4100]" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
    3333MATLAB_PATH="/usr/local/MATLAB/R2019b"
    3434
  • TabularUnified issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh

    r27951 r28120  
    3030LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself
    3131LIBGFORTRAN_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
    32 PYTHON_NROPTIONS="--benchmark all --exclude 125 126 129 234 235 418 420 435 444 445 701 702 703 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1201 1202 1203 1204 1205 1206 1207 1208 1301 1302 1303 1304 1401 1402 1601 1602 2002 2003 2004 2005 2006 2007 2008 2010 2011 2012 2013 2020 2021 2051 2052 2053 2084 2085 2090 2091 2092 2101 2424 2425 3001:3300 3480 3481 4001:4100" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
     32PYTHON_NROPTIONS="--benchmark all --exclude 125 126 129 234 235 418 420 435 444 445 456 701 702 703 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1201 1202 1203 1204 1205 1206 1207 1208 1301 1302 1303 1304 1401 1402 1601 1602 2002 2003 2004 2005 2006 2007 2008 2010 2011 2012 2013 2020 2021 2051 2052 2053 2084 2085 2090 2091 2092 2101 2424 2425 3001:3300 3480 3481 4001:4100" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
    3333
    3434## Environment
  • TabularUnified issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-matlab.sh

    r28113 r28120  
    3939## Constants
    4040#
    41 MATLAB_NROPTIONS="'benchmark','all','exclude',[125,126,129,234,235,418,420,435,444,445,701,702,703,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1201,1202,1203,1204,1205,1206,1207,1208,1301,1302,1303,1304,1401,1402,1601,1602,2002,2003,2004,2006,2007,2008,2010,2011,2012,2013,2020,2021,2051,2052,2053,2084,2085,2090,2091,2092,2101,2424,2425,3001:3300,3480,3481,4001:4100]" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
     41MATLAB_NROPTIONS="'benchmark','all','exclude',[125,126,129,234,235,418,420,435,444,445,456,701,702,703,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1201,1202,1203,1204,1205,1206,1207,1208,1301,1302,1303,1304,1401,1402,1601,1602,2002,2003,2004,2006,2007,2008,2010,2011,2012,2013,2020,2021,2051,2052,2053,2084,2085,2090,2091,2092,2101,2424,2425,3001:3300,3480,3481,4001:4100]" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
    4242MATLAB_PATH="/Applications/MATLAB_R2023b.app"
    4343
  • TabularUnified issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-3.sh

    r28117 r28120  
    3838## Constants
    3939#
    40 PYTHON_NROPTIONS="--benchmark all --exclude 125 126 129 234 235 418 420 435 444 445 701 702 703 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1201 1202 1203 1204 1205 1206 1207 1208 1301 1302 1303 1304 1401 1402 1601 1602 2002 2003 2004 2005 2006 2007 2008 2010 2011 2012 2013 2020 2021 2051 2052 2053 2084 2085 2090 2091 2092 2101 2424 2425 3001:3300 3480 3481 4001:4100" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
     40PYTHON_NROPTIONS="--benchmark all --exclude 125 126 129 234 235 418 420 435 444 445 456 701 702 703 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1201 1202 1203 1204 1205 1206 1207 1208 1301 1302 1303 1304 1401 1402 1601 1602 2002 2003 2004 2005 2006 2007 2008 2010 2011 2012 2013 2020 2021 2051 2052 2053 2084 2085 2090 2091 2092 2101 2424 2425 3001:3300 3480 3481 4001:4100" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
    4141
    4242## Environment
  • TabularUnified issm/trunk-jpl/packagers/win/package-issm-win-binaries-matlab.sh

    r28004 r28120  
    3232MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,129,435,701,702,703]"
    3333#MATLAB_NROPTIONS="'benchmark','all','exclude',[125,126,129,234,235,418,420,435,444,445,701,702,703,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1201,1202,1203,1204,1205,1206,1207,1208,1301,1302,1303,1304,1401,1402,1601,1602,2002,2003,2004,2006,2007,2008,2010,2011,2012,2013,2020,2021,2051,2052,2053,2084,2085,2090,2091,2092,2101,2424,2425,3001:3300,3480,3481,4001:4100]" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
    34 MATLAB_PATH=$(cygpath -u $(cygpath -ms "/c/Program Files/MATLAB/R2019b"))
     34MATLAB_PATH=$(cygpath -u $(cygpath -ms "/c/Program Files/MATLAB/R2023b"))
    3535MSMPI_ROOT="${ISSM_DIR}/externalpackages/msmpi/install"
    3636
Note: See TracChangeset for help on using the changeset viewer.