Changeset 27788
- Timestamp:
- 06/12/23 19:16:37 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-silicon-basic
r27712 r27788 15 15 #--------------------# 16 16 17 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configu 18 re/compile MATLAB wrappers, we need to set this variable for testing 17 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing 19 18 20 19 ISSM_CONFIG='\ … … 25 24 --without-wrappers \ 26 25 --with-numthreads=8 \ 27 --with-fortran-lib="-L/ opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12-lgfortran" \26 --with-fortran-lib="-L/usr/local/gfortran/lib -lgfortran" \ 28 27 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 29 28 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ … … 81 80 # 82 81 # NOTE: 83 # - test701 is skipped because it uses full Stokes equations 82 # - Tests 462-464, 517 excluded because of "Arrays have incompatible sizes for 83 # this operation." 84 # - Test 701 is skipped because it uses full Stokes equations 84 85 # 85 86 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]"
Note:
See TracChangeset
for help on using the changeset viewer.