Changeset 27550
- Timestamp:
- 02/02/23 11:07:00 (2 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-intel-dakota
r27548 r27550 7 7 #--------------------# 8 8 9 MATLAB_PATH="/Applications/MATLAB_R20 18a.app"9 MATLAB_PATH="/Applications/MATLAB_R2022b.app" 10 10 11 11 ISSM_CONFIG='\ … … 16 16 --with-numthreads=4 \ 17 17 --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" \ 21 22 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 22 23 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ … … 46 47 autotools install-mac.sh 47 48 cmake install.sh 48 petsc install-3.1 2-mac.sh49 petsc install-3.14-mac.sh 49 50 gsl install.sh 50 51 boost install-1.7-mac.sh -
issm/trunk-jpl/jenkins/mac-intel-examples
r27548 r27550 1 # NOTE: Same configuration as pine_island-mac-full1 # NOTE: Same configuration as mac-intel-full 2 2 # 3 3 # TODO: Change PROJ installation script to latest version once Jenkins macOS … … 9 9 #--------------------# 10 10 11 MATLAB_PATH="/Applications/MATLAB_R20 18a.app"11 MATLAB_PATH="/Applications/MATLAB_R2022b.app" 12 12 13 13 ISSM_CONFIG='\ … … 18 18 --with-numthreads=4 \ 19 19 --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" \ 23 24 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 24 25 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ … … 47 48 autotools install-mac.sh 48 49 cmake install.sh 49 petsc install-3.1 2-mac.sh50 petsc install-3.14-mac.sh 50 51 gsl install.sh 51 52 boost install-1.7-mac.sh … … 80 81 # compilation 81 82 # 82 NUMCPUS_INSTALL= 883 NUMCPUS_INSTALL=4 83 84 84 85 # Number of CPUs used in the nightly runs 85 NUMCPUS_RUN= 186 NUMCPUS_RUN=2 86 87 87 88 # Nightly run options -
issm/trunk-jpl/jenkins/mac-intel-solid_earth
r27548 r27550 7 7 #--------------------# 8 8 9 MATLAB_PATH="/Applications/MATLAB_R20 18a.app"9 MATLAB_PATH="/Applications/MATLAB_R2022b.app" 10 10 11 11 ISSM_CONFIG='\ … … 16 16 --with-numthreads=4 \ 17 17 --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" \ 21 22 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 22 23 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ … … 46 47 autotools install-mac.sh 47 48 cmake install.sh 48 petsc install-3.1 2-mac.sh49 petsc install-3.14-mac.sh 49 50 gsl install.sh 50 51 boost install-1.7-mac.sh
Note:
See TracChangeset
for help on using the changeset viewer.