Changeset 28120
- Timestamp:
- 02/29/24 20:05:03 (13 months ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/jenkins/mac-silicon-basic ¶
r28079 r28120 66 66 # 67 67 # NOTE: 68 # - Tests 216, 274, 430, 435, 441:442, 4 70:476, 517 are excluded because of large errors68 # - Tests 216, 274, 430, 435, 441:442, 456, 470:476, 517 are excluded because of large errors 69 69 # - Tests 119, 423, 433, 448, 462:464, 508, 544, 546, 808 are excluded because of failure "Arrays have incompatible sizes for this operation." 70 70 # 71 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),119,216,274,423,430,433,435,441:442,448,4 62:464,470:476,508,517,544,546,808]"71 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),119,216,274,423,430,433,435,441:442,448,456,462:464,470:476,508,517,544,546,808]" 72 72 PYTHON_NROPTIONS="" -
TabularUnified issm/trunk-jpl/jenkins/mac-silicon-python ¶
r28116 r28120 1 MATLAB_PATH="/Applications/MATLAB_R2023b.app"2 3 1 #--------------------# 4 2 # ISSM Configuration # … … 11 9 --enable-debugging \ 12 10 --with-numthreads=8 \ 13 --with-matlab-dir=${MATLAB_PATH} \14 11 --with-python-version=3.9 \ 15 12 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ … … 43 40 cmake install.sh 44 41 petsc install-3.17-mac-silicon.sh 45 gsl install.sh46 boost install-1.7-mac.sh47 dakota install-6.2-mac.sh48 chaco install-mac.sh49 curl install-7-mac.sh50 hdf5 install-1-parallel.sh51 netcdf install-4.7-parallel.sh52 proj install-6.sh53 gdal install-3-python.sh54 gshhg install.sh55 gmt install-6-mac.sh56 gmsh install-4-mac.sh57 42 triangle install-mac.sh 58 43 m1qn3 install-mac.sh … … 67 52 # Test suites 68 53 MATLAB_TEST=0 69 PYTHON_TEST= 054 PYTHON_TEST=1 70 55 JAVASCRIPT_TEST=0 71 56 EXAMPLES_TEST=0 … … 76 61 # compilation 77 62 # 78 NUMCPUS_INSTALL= 463 NUMCPUS_INSTALL=8 79 64 80 65 # Number of CPUs used in the nightly runs … … 82 67 83 68 # 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 # 84 76 MATLAB_NROPTIONS="" 85 PYTHON_NROPTIONS="" 77 PYTHON_NROPTIONS="--exclude 234 418 420" 78 -
TabularUnified issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-matlab.sh ¶
r27951 r28120 30 30 LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself 31 31 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 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 excluded32 MATLAB_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 33 33 MATLAB_PATH="/usr/local/MATLAB/R2019b" 34 34 -
TabularUnified issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh ¶
r27951 r28120 30 30 LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself 31 31 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 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 excluded32 PYTHON_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 33 33 34 34 ## Environment -
TabularUnified issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-matlab.sh ¶
r28113 r28120 39 39 ## Constants 40 40 # 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 excluded41 MATLAB_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 42 42 MATLAB_PATH="/Applications/MATLAB_R2023b.app" 43 43 -
TabularUnified issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-3.sh ¶
r28117 r28120 38 38 ## Constants 39 39 # 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 excluded40 PYTHON_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 41 41 42 42 ## Environment -
TabularUnified issm/trunk-jpl/packagers/win/package-issm-win-binaries-matlab.sh ¶
r28004 r28120 32 32 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,129,435,701,702,703]" 33 33 #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/R20 19b"))34 MATLAB_PATH=$(cygpath -u $(cygpath -ms "/c/Program Files/MATLAB/R2023b")) 35 35 MSMPI_ROOT="${ISSM_DIR}/externalpackages/msmpi/install" 36 36
Note:
See TracChangeset
for help on using the changeset viewer.