Changeset 27792


Ignore:
Timestamp:
06/17/23 14:14:24 (21 months ago)
Author:
jdquinn
Message:

CHG: Updated path to libgfortran; eased tolerances

Location:
issm/trunk-jpl
Files:
8 edited

Legend:

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

    r27723 r27792  
    1212        --with-numthreads=4 \
    1313        --with-matlab-dir=${MATLAB_PATH} \
    14         --with-fortran-lib="-L/usr/local/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
     14        --with-fortran-lib="-L/usr/local/Cellar/gcc/13.1.0/lib/gcc/13 -lgfortran" \
    1515        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    1616        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
  • issm/trunk-jpl/jenkins/mac-intel-binaries-matlab

    r27701 r27792  
    2020        --disable-dependency-tracking \
    2121        --with-matlab-dir=${MATLAB_PATH} \
    22         --with-fortran-lib="/usr/local/Cellar/gcc/12.2.0/lib/gcc/12/libgfortran.a /usr/local/Cellar/gcc/12.2.0/lib/gcc/12/libquadmath.a /usr/local/Cellar/gcc/12.2.0/lib/gcc/12/gcc/x86_64-apple-darwin21/12/libgcc.a" \
     22        --with-fortran-lib="/usr/local/Cellar/gcc/13.1.0/lib/gcc/13/libgfortran.a /usr/local/Cellar/gcc/13.1.0/lib/gcc/13/libquadmath.a /usr/local/Cellar/gcc/13.1.0/lib/gcc/13/gcc/x86_64-apple-darwin21/13/libgcc.a" \
    2323        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2424        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
  • issm/trunk-jpl/jenkins/mac-intel-dakota

    r27702 r27792  
    2020        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2121        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
    22         --with-fortran-lib="-L/usr/local/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
     22        --with-fortran-lib="-L/usr/local/Cellar/gcc/13.1.0/lib/gcc/13 -lgfortran" \
    2323        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2424        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
  • issm/trunk-jpl/jenkins/mac-intel-examples

    r27702 r27792  
    2323        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2424        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
    25         --with-fortran-lib="-L/usr/local/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
     25        --with-fortran-lib="-L/usr/local/Cellar/gcc/13.1.0/lib/gcc/13 -lgfortran" \
    2626        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2727        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
  • issm/trunk-jpl/jenkins/mac-intel-full

    r27702 r27792  
    2727        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2828        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
    29         --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
     29        --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/13.1.0/lib/gcc/13 -lgfortran" \
    3030        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    3131        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
  • issm/trunk-jpl/jenkins/mac-intel-solid_earth

    r27754 r27792  
    2323        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2424        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
    25         --with-fortran-lib="-L/usr/local/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
     25        --with-fortran-lib="-L/usr/local/Cellar/gcc/13.1.0/lib/gcc/13 -lgfortran" \
    2626        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2727        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
  • issm/trunk-jpl/test/NightlyRun/test419.m

    r21056 r27792  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={2e-09,1e-09,1e-09,1e-09,1e-09};
     12field_tolerances={2e-09,2e-09,1e-09,2e-09,1e-09};
    1313field_values={...
    1414        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test419.py

    r23793 r27792  
    1919#Fields and tolerances to track changes
    2020field_names = ['Vx', 'Vy', 'Vz', 'Vel', 'Pressure']
    21 field_tolerances = [2e-09, 1e-09, 1e-09, 1e-09, 1e-09]
     21field_tolerances = [2e-09, 2e-09, 1e-09, 2e-09, 1e-09]
    2222field_values = [md.results.StressbalanceSolution.Vx,
    2323                md.results.StressbalanceSolution.Vy,
Note: See TracChangeset for help on using the changeset viewer.