Changeset 27552
- Timestamp:
- 02/05/23 12:37:54 (2 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-intel-basic
r27544 r27552 12 12 --with-numthreads=4 \ 13 13 --with-matlab-dir=${MATLAB_PATH} \ 14 --with-fortran-lib="-L/usr/local/Cellar/gcc @11/11.3.0/lib/gcc/11-lgfortran" \14 --with-fortran-lib="-L/usr/local/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \ 15 15 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 16 16 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ -
issm/trunk-jpl/jenkins/mac-intel-dakota
r27550 r27552 19 19 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 20 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 --with-fortran-lib="-L/usr/local/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \ 22 22 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 23 23 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ -
issm/trunk-jpl/jenkins/mac-intel-examples
r27550 r27552 21 21 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 22 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 --with-fortran-lib="-L/usr/local/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \ 24 24 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 25 25 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ -
issm/trunk-jpl/jenkins/mac-intel-solid_earth
r27550 r27552 19 19 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 20 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 --with-fortran-lib="-L/usr/local/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \ 22 22 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 23 23 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Note:
See TracChangeset
for help on using the changeset viewer.