Changeset 27792
- Timestamp:
- 06/17/23 14:14:24 (21 months ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-intel-basic
r27723 r27792 12 12 --with-numthreads=4 \ 13 13 --with-matlab-dir=${MATLAB_PATH} \ 14 --with-fortran-lib="-L/usr/local/Cellar/gcc/1 2.2.0/lib/gcc/12-lgfortran" \14 --with-fortran-lib="-L/usr/local/Cellar/gcc/13.1.0/lib/gcc/13 -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-binaries-matlab
r27701 r27792 20 20 --disable-dependency-tracking \ 21 21 --with-matlab-dir=${MATLAB_PATH} \ 22 --with-fortran-lib="/usr/local/Cellar/gcc/1 2.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" \ 23 23 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 24 24 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ -
issm/trunk-jpl/jenkins/mac-intel-dakota
r27702 r27792 20 20 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 21 21 --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \ 22 --with-fortran-lib="-L/usr/local/Cellar/gcc/1 2.2.0/lib/gcc/12-lgfortran" \22 --with-fortran-lib="-L/usr/local/Cellar/gcc/13.1.0/lib/gcc/13 -lgfortran" \ 23 23 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 24 24 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ -
issm/trunk-jpl/jenkins/mac-intel-examples
r27702 r27792 23 23 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 24 24 --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \ 25 --with-fortran-lib="-L/usr/local/Cellar/gcc/1 2.2.0/lib/gcc/12-lgfortran" \25 --with-fortran-lib="-L/usr/local/Cellar/gcc/13.1.0/lib/gcc/13 -lgfortran" \ 26 26 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 27 27 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ -
issm/trunk-jpl/jenkins/mac-intel-full
r27702 r27792 27 27 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 28 28 --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \ 29 --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/1 2.2.0/lib/gcc/12-lgfortran" \29 --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/13.1.0/lib/gcc/13 -lgfortran" \ 30 30 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 31 31 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ -
issm/trunk-jpl/jenkins/mac-intel-solid_earth
r27754 r27792 23 23 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 24 24 --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \ 25 --with-fortran-lib="-L/usr/local/Cellar/gcc/1 2.2.0/lib/gcc/12-lgfortran" \25 --with-fortran-lib="-L/usr/local/Cellar/gcc/13.1.0/lib/gcc/13 -lgfortran" \ 26 26 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 27 27 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ -
issm/trunk-jpl/test/NightlyRun/test419.m
r21056 r27792 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 12 field_tolerances={2e-09, 1e-09,1e-09,1e-09,1e-09};12 field_tolerances={2e-09,2e-09,1e-09,2e-09,1e-09}; 13 13 field_values={... 14 14 (md.results.StressbalanceSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test419.py
r23793 r27792 19 19 #Fields and tolerances to track changes 20 20 field_names = ['Vx', 'Vy', 'Vz', 'Vel', 'Pressure'] 21 field_tolerances = [2e-09, 1e-09, 1e-09, 1e-09, 1e-09]21 field_tolerances = [2e-09, 2e-09, 1e-09, 2e-09, 1e-09] 22 22 field_values = [md.results.StressbalanceSolution.Vx, 23 23 md.results.StressbalanceSolution.Vy,
Note:
See TracChangeset
for help on using the changeset viewer.