Changeset 27542


Ignore:
Timestamp:
01/31/23 13:51:23 (2 years ago)
Author:
jdquinn
Message:

BUG: Fixes for new Jenkins configs

Location:
issm/trunk-jpl/jenkins
Files:
1 edited
1 copied

Legend:

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

    r27541 r27542  
    1212        --with-numthreads=4 \
    1313        --with-matlab-dir=${MATLAB_PATH} \
    14         --with-fortran-lib="-L/usr/local/Cellar/gcc/11.3.0/lib/gcc/11 -lgfortran" \
     14        --with-fortran-lib="-L/usr/local/Cellar/gcc@11/11.3.0/lib/gcc/11 -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-silicon-basic

    r27541 r27542  
     1# NOTE:
     2# - Currently, this configuration does not compile the MATLAB and Python
     3#       APIs. After compiling, you will need to download the ISSM pre-compiled
     4#       binaries from https://issm.jpl.nasa.gov/download/binaries, copy the
     5#       contents of lib/ to $ISSM_DIR/lib-precompiled, then add
     6#       $ISSM_DIR/lib-precompiled to the path in MATLAB or Python.
     7#
     8
    19#--------------------#
    210# ISSM Configuration #
     
    1018        --enable-development \
    1119        --enable-debugging \
    12         --with-numthreads=4 \
     20        --without-wrappers \
     21        --with-numthreads=8 \
    1322        --with-matlab-dir=${MATLAB_PATH} \
    14         --with-fortran-lib="-L/usr/local/Cellar/gcc/11.3.0/lib/gcc/11 -lgfortran" \
     23        --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
    1524        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    1625        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
     
    3544        autotools       install-mac.sh
    3645        cmake           install.sh
    37         petsc           install-3.17-mac-intel.sh
     46        petsc           install-3.17-mac-silicon.sh
    3847        triangle        install-mac.sh
    3948        chaco           install-mac.sh
     
    4857
    4958# Test suites
    50 MATLAB_TEST=1
     59MATLAB_TEST=0
    5160PYTHON_TEST=0
    5261JAVASCRIPT_TEST=0
     
    6170
    6271# Number of CPUs used in the nightly runs
    63 NUMCPUS_RUN=2
     72NUMCPUS_RUN=1
    6473
    6574# Nightly run options
     
    6776# See documentation in test/NightlyRun/runme.* for more information
    6877#
    69 # NOTE:
    70 # - test701 is skipped because it uses full Stokes equations
    71 #
    72 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]"
     78MATLAB_NROPTIONS=""
    7379PYTHON_NROPTIONS=""
Note: See TracChangeset for help on using the changeset viewer.