Changeset 27788


Ignore:
Timestamp:
06/12/23 19:16:37 (22 months ago)
Author:
jdquinn
Message:

BUG: Updated path to libgfortran

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/mac-silicon-basic

    r27712 r27788  
    1515#--------------------#
    1616
    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
     17MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing
    1918
    2019ISSM_CONFIG='\
     
    2524        --without-wrappers \
    2625        --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" \
    2827        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2928        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
     
    8180#
    8281# 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
    8485#
    8586MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]"
Note: See TracChangeset for help on using the changeset viewer.