Changeset 27805


Ignore:
Timestamp:
06/26/23 12:55:21 (21 months ago)
Author:
jdquinn
Message:

CHG: Updated path to libgfortran; flags

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  
    3737        --prefix="${PREFIX}" \
    3838        --PETSC_DIR="${PETSC_DIR}" \
    39         --LDFLAGS="-Wl,-no_compact_unwind" \
    4039        --with-shared-libraries=0 \
    4140        --CFLAGS="-fPIC" \
  • issm/trunk-jpl/externalpackages/petsc/install-3.17-mac-silicon.sh

    r27553 r27805  
    2929        --prefix="${PREFIX}" \
    3030        --PETSC_DIR="${PETSC_DIR}" \
    31         --LDFLAGS="-Wl,-no_compact_unwind" \
    3231        --with-debugging=0 \
    3332        --with-valgrind=0 \
  • issm/trunk-jpl/jenkins/mac-intel-basic

    r27792 r27805  
    6767# See documentation in test/NightlyRun/runme.* for more information
    6868#
    69 # NOTE:
    70 # - test701 is skipped because it uses full Stokes equations
    71 #
    7269MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota')]"
    7370PYTHON_NROPTIONS=""
  • issm/trunk-jpl/jenkins/mac-silicon-basic

    r27803 r27805  
    2424        --without-wrappers \
    2525        --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" \
    2727        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2828        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
     
    8383# - Tests 462-464, 517 excluded because of "Arrays have incompatible sizes for
    8484#       this operation."
    85 # - Test 701:703 is skipped because it uses full Stokes equations
     85# - Test 701:703 excluded because they use full Stokes equations
    8686#
    8787MATLAB_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.