Changeset 27550


Ignore:
Timestamp:
02/02/23 11:07:00 (2 years ago)
Author:
jdquinn
Message:

ADD: Configs for new macOS Intel machine

Location:
issm/trunk-jpl/jenkins
Files:
3 copied

Legend:

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

    r27548 r27550  
    77#--------------------#
    88
    9 MATLAB_PATH="/Applications/MATLAB_R2018a.app"
     9MATLAB_PATH="/Applications/MATLAB_R2022b.app"
    1010
    1111ISSM_CONFIG='\
     
    1616        --with-numthreads=4 \
    1717        --with-matlab-dir=${MATLAB_PATH} \
    18         --with-python-dir=/System/Library/Frameworks/Python.framework/Versions/2.7 \
    19         --with-python-numpy-dir=/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy \
    20         --with-fortran-lib="-L/usr/local/Cellar/gcc/11.3.0/lib/gcc/11 -lgfortran" \
     18        --with-python-version="3.9" \
     19        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
     20        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
     21        --with-fortran-lib="-L/usr/local/Cellar/gcc@11/11.3.0/lib/gcc/11 -lgfortran" \
    2122        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2223        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
     
    4647        autotools       install-mac.sh
    4748        cmake           install.sh
    48         petsc           install-3.12-mac.sh
     49        petsc           install-3.14-mac.sh
    4950        gsl                     install.sh
    5051        boost           install-1.7-mac.sh
  • issm/trunk-jpl/jenkins/mac-intel-examples

    r27548 r27550  
    1 # NOTE: Same configuration as pine_island-mac-full
     1# NOTE: Same configuration as mac-intel-full
    22#
    33# TODO: Change PROJ installation script to latest version once Jenkins macOS
     
    99#--------------------#
    1010
    11 MATLAB_PATH="/Applications/MATLAB_R2018a.app"
     11MATLAB_PATH="/Applications/MATLAB_R2022b.app"
    1212
    1313ISSM_CONFIG='\
     
    1818        --with-numthreads=4 \
    1919        --with-matlab-dir=${MATLAB_PATH} \
    20         --with-python-dir=/System/Library/Frameworks/Python.framework/Versions/2.7 \
    21         --with-python-numpy-dir=/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy \
    22         --with-fortran-lib="-L/usr/local/Cellar/gcc/11.3.0/lib/gcc/11 -lgfortran" \
     20        --with-python-version="3.9" \
     21        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
     22        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
     23        --with-fortran-lib="-L/usr/local/Cellar/gcc@11/11.3.0/lib/gcc/11 -lgfortran" \
    2324        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2425        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
     
    4748        autotools       install-mac.sh
    4849        cmake           install.sh
    49         petsc           install-3.12-mac.sh
     50        petsc           install-3.14-mac.sh
    5051        gsl                     install.sh
    5152        boost           install-1.7-mac.sh
     
    8081#               compilation
    8182#
    82 NUMCPUS_INSTALL=8
     83NUMCPUS_INSTALL=4
    8384
    8485# Number of CPUs used in the nightly runs
    85 NUMCPUS_RUN=1
     86NUMCPUS_RUN=2
    8687
    8788# Nightly run options
  • issm/trunk-jpl/jenkins/mac-intel-solid_earth

    r27548 r27550  
    77#--------------------#
    88
    9 MATLAB_PATH="/Applications/MATLAB_R2018a.app"
     9MATLAB_PATH="/Applications/MATLAB_R2022b.app"
    1010
    1111ISSM_CONFIG='\
     
    1616        --with-numthreads=4 \
    1717        --with-matlab-dir=${MATLAB_PATH} \
    18         --with-python-dir=/System/Library/Frameworks/Python.framework/Versions/2.7 \
    19         --with-python-numpy-dir=/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy \
    20         --with-fortran-lib="-L/usr/local/Cellar/gcc/11.3.0/lib/gcc/11 -lgfortran" \
     18        --with-python-version="3.9" \
     19        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
     20        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
     21        --with-fortran-lib="-L/usr/local/Cellar/gcc@11/11.3.0/lib/gcc/11 -lgfortran" \
    2122        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2223        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
     
    4647        autotools       install-mac.sh
    4748        cmake           install.sh
    48         petsc           install-3.12-mac.sh
     49        petsc           install-3.14-mac.sh
    4950        gsl                     install.sh
    5051        boost           install-1.7-mac.sh
Note: See TracChangeset for help on using the changeset viewer.