Changeset 28124
- Timestamp:
- 02/29/24 21:38:52 (13 months ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-silicon-python
r28123 r28124 65 65 # 66 66 # NOTE: 67 # - Tests 216, 274, 430, 435, 441:442, 456, 470:476, 517 are excluded because of large errors 68 # - Tests 119, 423, 433, 448, 462:464, 508, 544, 546, 808 are excluded because of failure "Arrays have incompatible sizes for this operation." 67 # - Tests 234, 418, and 420 are excluded because of large errors 69 68 # 70 69 MATLAB_NROPTIONS="" -
issm/trunk-jpl/jenkins/ross-debian_linux-python
r28079 r28124 20 20 --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \ 21 21 --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \ 22 --with-hdf5-dir=${ISSM_DIR}/externalpackages/hdf5/install \23 22 --with-petsc-dir=${ISSM_DIR}/externalpackages/petsc/install \ 24 --with-gsl-dir=${ISSM_DIR}/externalpackages/gsl/install \25 --with-boost-dir=${ISSM_DIR}/externalpackages/boost/install \26 --with-dakota-dir=${ISSM_DIR}/externalpackages/dakota/install \27 --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \28 --with-proj-dir=${ISSM_DIR}/externalpackages/proj/install \29 23 --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \ 30 24 --with-m1qn3-dir=${ISSM_DIR}/externalpackages/m1qn3/install \ … … 40 34 cmake install.sh 41 35 petsc install-3.17-linux.sh 42 gsl install.sh43 boost install-1.7-linux.sh44 dakota install-6.2-linux.sh45 chaco install-linux.sh46 curl install-7-linux.sh47 hdf5 install-1-parallel.sh48 netcdf install-4.7-parallel.sh49 proj install-6.sh50 gdal install-3-python.sh51 gshhg install.sh52 gmt install-6-linux.sh53 gmsh install-4-linux.sh54 36 triangle install-linux.sh 55 37 m1qn3 install-linux.sh … … 83 65 # 84 66 # NOTE: 85 # - Errors are large for tests 234, 418, and 420 under Python67 # - Tests 234, 418, and 420 are excluded because of large errors 86 68 # 87 69 MATLAB_NROPTIONS=""
Note:
See TracChangeset
for help on using the changeset viewer.