Changeset 27805
- Timestamp:
- 06/26/23 12:55:21 (21 months ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.17-mac-silicon-static.sh
r27553 r27805 37 37 --prefix="${PREFIX}" \ 38 38 --PETSC_DIR="${PETSC_DIR}" \ 39 --LDFLAGS="-Wl,-no_compact_unwind" \40 39 --with-shared-libraries=0 \ 41 40 --CFLAGS="-fPIC" \ -
issm/trunk-jpl/externalpackages/petsc/install-3.17-mac-silicon.sh
r27553 r27805 29 29 --prefix="${PREFIX}" \ 30 30 --PETSC_DIR="${PETSC_DIR}" \ 31 --LDFLAGS="-Wl,-no_compact_unwind" \32 31 --with-debugging=0 \ 33 32 --with-valgrind=0 \ -
issm/trunk-jpl/jenkins/mac-intel-basic
r27792 r27805 67 67 # See documentation in test/NightlyRun/runme.* for more information 68 68 # 69 # NOTE:70 # - test701 is skipped because it uses full Stokes equations71 #72 69 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota')]" 73 70 PYTHON_NROPTIONS="" -
issm/trunk-jpl/jenkins/mac-silicon-basic
r27803 r27805 24 24 --without-wrappers \ 25 25 --with-numthreads=8 \ 26 --with-fortran-lib="-L/opt/homebrew/lib/gcc/ 13-lgfortran" \26 --with-fortran-lib="-L/opt/homebrew/lib/gcc/current -lgfortran" \ 27 27 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 28 28 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ … … 83 83 # - Tests 462-464, 517 excluded because of "Arrays have incompatible sizes for 84 84 # this operation." 85 # - Test 701:703 is skipped because it usesfull Stokes equations85 # - Test 701:703 excluded because they use full Stokes equations 86 86 # 87 87 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),430,435,441:442,462:464,470:476,517,701:703]"
Note:
See TracChangeset
for help on using the changeset viewer.