Changeset 27807
- Timestamp:
- 06/26/23 13:29:34 (21 months ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/aws-amazon_linux-solid_earth
r27554 r27807 1 MATLAB_PATH="/usr/local/MATLAB/R2020a" 2 1 3 #--------------------# 2 4 # ISSM Configuration # 3 5 #--------------------# 4 6 5 MATLAB_PATH="/usr/local/MATLAB/R2020a"6 7 ISSM_CONFIG='\ 7 8 --prefix=${ISSM_DIR} \ -
issm/trunk-jpl/jenkins/mac-intel-basic
r27805 r27807 1 MATLAB_PATH="/Applications/MATLAB_R2022b.app" 2 1 3 #--------------------# 2 4 # ISSM Configuration # 3 5 #--------------------# 4 5 MATLAB_PATH="/Applications/MATLAB_R2022b.app"6 6 7 7 ISSM_CONFIG='\ -
issm/trunk-jpl/jenkins/mac-intel-binaries-matlab
r27792 r27807 1 MATLAB_PATH="/Applications/MATLAB_R2022b.app" 2 1 3 #--------------------# 2 4 # ISSM Configuration # 3 5 #--------------------# 4 5 MATLAB_PATH="/Applications/MATLAB_R2022b.app"6 6 7 7 # NOTE: -
issm/trunk-jpl/jenkins/mac-intel-dakota
r27792 r27807 4 4 # 5 5 6 MATLAB_PATH="/Applications/MATLAB_R2022b.app" 7 6 8 #--------------------# 7 9 # ISSM Configuration # 8 10 #--------------------# 9 10 MATLAB_PATH="/Applications/MATLAB_R2022b.app"11 11 12 12 ISSM_CONFIG='\ -
issm/trunk-jpl/jenkins/mac-intel-examples
r27792 r27807 7 7 # 8 8 9 MATLAB_PATH="/Applications/MATLAB_R2022b.app" 10 9 11 #--------------------# 10 12 # ISSM Configuration # 11 13 #--------------------# 12 13 MATLAB_PATH="/Applications/MATLAB_R2022b.app"14 14 15 15 ISSM_CONFIG='\ … … 20 20 --with-numthreads=4 \ 21 21 --with-matlab-dir=${MATLAB_PATH} \ 22 --with-python-version=3.9 \23 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \24 --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \25 22 --with-fortran-lib="-L/usr/local/Cellar/gcc/13.1.0/lib/gcc/13 -lgfortran" \ 26 23 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ … … 58 55 netcdf install-4.7-parallel.sh 59 56 proj install-6.sh 60 gdal install-3 -python.sh57 gdal install-3.sh 61 58 gshhg install.sh 62 59 gmt install-6-mac.sh -
issm/trunk-jpl/jenkins/mac-intel-full
r27792 r27807 2 2 # - This configuration adds solid earth and Dakota capabilities to the basic 3 3 # build. 4 # - Currently, this configuration does not compile the MATLAB API. After5 # compiling, you will need to download the ISSM pre-compiled binaries from6 # https://issm.jpl.nasa.gov/download/binaries, copy the contents of lib/ to7 # $ISSM_DIR/lib-precompiled, then add $ISSM_DIR/lib-precompiled to the path8 # in MATLAB.9 4 # 10 5 # TODO: … … 12 7 # node has been upgraded. 13 8 # 9 10 MATLAB_PATH="/Applications/MATLAB_R2022b.app" 14 11 15 12 #--------------------# -
issm/trunk-jpl/jenkins/mac-intel-solid_earth
r27792 r27807 7 7 # 8 8 9 MATLAB_PATH="/Applications/MATLAB_R2022b.app" 10 9 11 #--------------------# 10 12 # ISSM Configuration # 11 13 #--------------------# 12 13 MATLAB_PATH="/Applications/MATLAB_R2022b.app"14 14 15 15 ISSM_CONFIG='\ -
issm/trunk-jpl/jenkins/mac-silicon-basic
r27805 r27807 11 11 # 12 12 13 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing 14 13 15 #--------------------# 14 16 # ISSM Configuration # 15 17 #--------------------# 16 17 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing18 18 19 19 ISSM_CONFIG='\ -
issm/trunk-jpl/jenkins/mac-silicon-dakota
r27806 r27807 10 10 # node has been upgraded. 11 11 # 12 13 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing 12 14 13 15 #--------------------# -
issm/trunk-jpl/jenkins/mac-silicon-examples
r27702 r27807 12 12 # 13 13 14 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing 15 14 16 #--------------------# 15 17 # ISSM Configuration # … … 22 24 --enable-debugging \ 23 25 --with-numthreads=8 \ 24 --with-python-version=3.9 \25 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \26 --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \27 26 --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \ 28 27 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ … … 60 59 netcdf install-4.7-parallel.sh 61 60 proj install-6.sh 62 gdal install-3 -python.sh61 gdal install-3.sh 63 62 gshhg install.sh 64 63 gmt install-6-mac.sh -
issm/trunk-jpl/jenkins/mac-silicon-full
r27702 r27807 12 12 # node has been upgraded. 13 13 # 14 15 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing 14 16 15 17 #--------------------# -
issm/trunk-jpl/jenkins/ross-debian_linux-adolc-ampioff
r27739 r27807 1 MATLAB_PATH="/usr/local/MATLAB/R2019b" 2 1 3 #--------------------# 2 4 # ISSM Configuration # 3 5 #--------------------# 4 6 5 MATLAB_PATH="/usr/local/MATLAB/R2019b"6 7 ISSM_CONFIG='\ 7 8 --prefix=${ISSM_DIR} \ -
issm/trunk-jpl/jenkins/ross-debian_linux-adolc-ampion
r27742 r27807 1 MATLAB_PATH="/usr/local/MATLAB/R2019b" 2 1 3 #--------------------# 2 4 # ISSM Configuration # 3 5 #--------------------# 4 6 5 MATLAB_PATH="/usr/local/MATLAB/R2019b"6 7 ISSM_CONFIG='\ 7 8 --prefix=${ISSM_DIR} \ -
issm/trunk-jpl/jenkins/ross-debian_linux-basic
r27741 r27807 1 MATLAB_PATH="/usr/local/MATLAB/R2019b" 2 1 3 #--------------------# 2 4 # ISSM Configuration # 3 5 #--------------------# 4 6 5 MATLAB_PATH="/usr/local/MATLAB/R2019b"6 7 ISSM_CONFIG='\ 7 8 --prefix=${ISSM_DIR} \ -
issm/trunk-jpl/jenkins/ross-debian_linux-binaries-matlab
r27742 r27807 1 MATLAB_PATH="/usr/local/MATLAB/R2019b" 2 1 3 #--------------------# 2 4 # ISSM Configuration # 3 5 #--------------------# 4 5 MATLAB_PATH="/usr/local/MATLAB/R2019b"6 6 7 7 # NOTE: -
issm/trunk-jpl/jenkins/ross-debian_linux-codipack
r27749 r27807 1 MATLAB_PATH="/usr/local/MATLAB/R2019b" 2 1 3 #--------------------# 2 4 # ISSM Configuration # 3 5 #--------------------# 4 6 5 MATLAB_PATH="/usr/local/MATLAB/R2019b"6 7 ISSM_CONFIG='\ 7 8 --prefix=${ISSM_DIR} \ -
issm/trunk-jpl/jenkins/ross-debian_linux-dakota
r27742 r27807 1 MATLAB_PATH="/usr/local/MATLAB/R2019b" 2 1 3 #--------------------# 2 4 # ISSM Configuration # 3 5 #--------------------# 4 5 MATLAB_PATH="/usr/local/MATLAB/R2019b"6 6 7 7 ISSM_CONFIG='\ -
issm/trunk-jpl/jenkins/ross-debian_linux-full
r27742 r27807 1 1 # NOTE: This configuration adds solid earth and Dakota capabilities to the 2 2 # basic build. 3 4 MATLAB_PATH="/usr/local/MATLAB/R2019b" 3 5 4 6 #--------------------# 5 7 # ISSM Configuration # 6 8 #--------------------# 7 8 MATLAB_PATH="/usr/local/MATLAB/R2019b"9 9 10 10 ISSM_CONFIG='\ -
issm/trunk-jpl/jenkins/ross-debian_linux-full-mplapack
r27742 r27807 1 # NOTE: This configuration adds solid earth and Dakota capabilities to the 2 # basic build. 1 MATLAB_PATH="/usr/local/MATLAB/R2019b" 3 2 4 3 #--------------------# 5 4 # ISSM Configuration # 6 5 #--------------------# 7 8 MATLAB_PATH="/usr/local/MATLAB/R2019b"9 6 10 7 ISSM_CONFIG='\ -
issm/trunk-jpl/jenkins/ross-debian_linux-full-valgrind
r27742 r27807 1 1 # NOTE: This configuration adds solid earth and Dakota capabilities to the 2 2 # basic build, as well as the ability to debug with Valgrind. 3 4 MATLAB_PATH="/usr/local/MATLAB/R2019b" 3 5 4 6 #--------------------# 5 7 # ISSM Configuration # 6 8 #--------------------# 7 8 MATLAB_PATH="/usr/local/MATLAB/R2019b"9 9 10 10 ISSM_CONFIG='\ -
issm/trunk-jpl/jenkins/ross-debian_linux-gia
r27742 r27807 1 MATLAB_PATH="/usr/local/MATLAB/R2019b" 2 1 3 #--------------------# 2 4 # ISSM Configuration # 3 5 #--------------------# 4 6 5 MATLAB_PATH="/usr/local/MATLAB/R2019b"6 7 ISSM_CONFIG='\ 7 8 --prefix=${ISSM_DIR} \ -
issm/trunk-jpl/jenkins/ross-debian_linux-iceocean
r27742 r27807 1 MATLAB_PATH="/usr/local/MATLAB/R2019b" 2 1 3 #--------------------# 2 4 # ISSM Configuration # 3 5 #--------------------# 4 6 5 MATLAB_PATH="/usr/local/MATLAB/R2019b"6 7 ISSM_CONFIG='\ 7 8 --prefix=${ISSM_DIR} \ -
issm/trunk-jpl/jenkins/ross-debian_linux-python
r27742 r27807 84 84 # NOTE: 85 85 # - Errors are large for tests 234, 418, and 420 under Python 86 # - Tests 2002, 2003, 2010, 2101, and 2021 are excluded as Gmsh produces87 # different-sized meshes on macOS and Linux for 3d objects (archives are88 # generated on macOS).89 86 # 90 87 MATLAB_NROPTIONS="" 91 PYTHON_NROPTIONS="--exclude 234 418 420 2002 2003 2010 2021 2101"88 PYTHON_NROPTIONS="--exclude 234 418 420" -
issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth
r27754 r27807 1 MATLAB_PATH="/usr/local/MATLAB/R2019b" 2 1 3 #--------------------# 2 4 # ISSM Configuration # 3 5 #--------------------# 4 5 MATLAB_PATH="/usr/local/MATLAB/R2019b"6 6 7 7 ISSM_CONFIG='\ -
issm/trunk-jpl/jenkins/ross-win-msys2-gcc-msmpi-basic
r27567 r27807 1 MATLAB_PATH=$(cygpath -u $(cygpath -ms "/c/Program Files/MATLAB/R2019b")) 2 1 3 ISSM_CONFIG='\ 2 4 --prefix=${ISSM_DIR} \
Note:
See TracChangeset
for help on using the changeset viewer.