Changeset 27807


Ignore:
Timestamp:
06/26/23 13:29:34 (21 months ago)
Author:
jdquinn
Message:

CHG: Cleanup

Location:
issm/trunk-jpl/jenkins
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/aws-amazon_linux-solid_earth

    r27554 r27807  
     1MATLAB_PATH="/usr/local/MATLAB/R2020a"
     2
    13#--------------------#
    24# ISSM Configuration #
    35#--------------------#
    46
    5 MATLAB_PATH="/usr/local/MATLAB/R2020a"
    67ISSM_CONFIG='\
    78        --prefix=${ISSM_DIR} \
  • issm/trunk-jpl/jenkins/mac-intel-basic

    r27805 r27807  
     1MATLAB_PATH="/Applications/MATLAB_R2022b.app"
     2
    13#--------------------#
    24# ISSM Configuration #
    35#--------------------#
    4 
    5 MATLAB_PATH="/Applications/MATLAB_R2022b.app"
    66
    77ISSM_CONFIG='\
  • issm/trunk-jpl/jenkins/mac-intel-binaries-matlab

    r27792 r27807  
     1MATLAB_PATH="/Applications/MATLAB_R2022b.app"
     2
    13#--------------------#
    24# ISSM Configuration #
    35#--------------------#
    4 
    5 MATLAB_PATH="/Applications/MATLAB_R2022b.app"
    66
    77# NOTE:
  • issm/trunk-jpl/jenkins/mac-intel-dakota

    r27792 r27807  
    44#
    55
     6MATLAB_PATH="/Applications/MATLAB_R2022b.app"
     7
    68#--------------------#
    79# ISSM Configuration #
    810#--------------------#
    9 
    10 MATLAB_PATH="/Applications/MATLAB_R2022b.app"
    1111
    1212ISSM_CONFIG='\
  • issm/trunk-jpl/jenkins/mac-intel-examples

    r27792 r27807  
    77#
    88
     9MATLAB_PATH="/Applications/MATLAB_R2022b.app"
     10
    911#--------------------#
    1012# ISSM Configuration #
    1113#--------------------#
    12 
    13 MATLAB_PATH="/Applications/MATLAB_R2022b.app"
    1414
    1515ISSM_CONFIG='\
     
    2020        --with-numthreads=4 \
    2121        --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 \
    2522        --with-fortran-lib="-L/usr/local/Cellar/gcc/13.1.0/lib/gcc/13 -lgfortran" \
    2623        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
     
    5855        netcdf          install-4.7-parallel.sh
    5956        proj            install-6.sh
    60         gdal            install-3-python.sh
     57        gdal            install-3.sh
    6158        gshhg           install.sh
    6259        gmt                     install-6-mac.sh
  • issm/trunk-jpl/jenkins/mac-intel-full

    r27792 r27807  
    22# - This configuration adds solid earth and Dakota capabilities to the basic
    33#       build.
    4 # - Currently, this configuration does not compile the MATLAB API. After
    5 #       compiling, you will need to download the ISSM pre-compiled binaries from
    6 #       https://issm.jpl.nasa.gov/download/binaries, copy the contents of lib/ to
    7 #       $ISSM_DIR/lib-precompiled, then add $ISSM_DIR/lib-precompiled to the path
    8 #       in MATLAB.
    94#
    105# TODO:
     
    127#       node has been upgraded.
    138#
     9
     10MATLAB_PATH="/Applications/MATLAB_R2022b.app"
    1411
    1512#--------------------#
  • issm/trunk-jpl/jenkins/mac-intel-solid_earth

    r27792 r27807  
    77#
    88
     9MATLAB_PATH="/Applications/MATLAB_R2022b.app"
     10
    911#--------------------#
    1012# ISSM Configuration #
    1113#--------------------#
    12 
    13 MATLAB_PATH="/Applications/MATLAB_R2022b.app"
    1414
    1515ISSM_CONFIG='\
  • issm/trunk-jpl/jenkins/mac-silicon-basic

    r27805 r27807  
    1111#
    1212
     13MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing
     14
    1315#--------------------#
    1416# ISSM Configuration #
    1517#--------------------#
    16 
    17 MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing
    1818
    1919ISSM_CONFIG='\
  • issm/trunk-jpl/jenkins/mac-silicon-dakota

    r27806 r27807  
    1010#       node has been upgraded.
    1111#
     12
     13MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing
    1214
    1315#--------------------#
  • issm/trunk-jpl/jenkins/mac-silicon-examples

    r27702 r27807  
    1212#
    1313
     14MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing
     15
    1416#--------------------#
    1517# ISSM Configuration #
     
    2224        --enable-debugging \
    2325        --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 \
    2726        --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
    2827        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
     
    6059        netcdf          install-4.7-parallel.sh
    6160        proj            install-6.sh
    62         gdal            install-3-python.sh
     61        gdal            install-3.sh
    6362        gshhg           install.sh
    6463        gmt                     install-6-mac.sh
  • issm/trunk-jpl/jenkins/mac-silicon-full

    r27702 r27807  
    1212#       node has been upgraded.
    1313#
     14
     15MATLAB_PATH="/Applications/MATLAB_R2022b.app" # NOTE: Although we do not configure/compile MATLAB wrappers, we need to set this variable for testing
    1416
    1517#--------------------#
  • issm/trunk-jpl/jenkins/ross-debian_linux-adolc-ampioff

    r27739 r27807  
     1MATLAB_PATH="/usr/local/MATLAB/R2019b"
     2
    13#--------------------#
    24# ISSM Configuration #
    35#--------------------#
    46
    5 MATLAB_PATH="/usr/local/MATLAB/R2019b"
    67ISSM_CONFIG='\
    78        --prefix=${ISSM_DIR} \
  • issm/trunk-jpl/jenkins/ross-debian_linux-adolc-ampion

    r27742 r27807  
     1MATLAB_PATH="/usr/local/MATLAB/R2019b"
     2
    13#--------------------#
    24# ISSM Configuration #
    35#--------------------#
    46
    5 MATLAB_PATH="/usr/local/MATLAB/R2019b"
    67ISSM_CONFIG='\
    78        --prefix=${ISSM_DIR} \
  • issm/trunk-jpl/jenkins/ross-debian_linux-basic

    r27741 r27807  
     1MATLAB_PATH="/usr/local/MATLAB/R2019b"
     2
    13#--------------------#
    24# ISSM Configuration #
    35#--------------------#
    46
    5 MATLAB_PATH="/usr/local/MATLAB/R2019b"
    67ISSM_CONFIG='\
    78        --prefix=${ISSM_DIR} \
  • issm/trunk-jpl/jenkins/ross-debian_linux-binaries-matlab

    r27742 r27807  
     1MATLAB_PATH="/usr/local/MATLAB/R2019b"
     2
    13#--------------------#
    24# ISSM Configuration #
    35#--------------------#
    4 
    5 MATLAB_PATH="/usr/local/MATLAB/R2019b"
    66
    77# NOTE:
  • issm/trunk-jpl/jenkins/ross-debian_linux-codipack

    r27749 r27807  
     1MATLAB_PATH="/usr/local/MATLAB/R2019b"
     2
    13#--------------------#
    24# ISSM Configuration #
    35#--------------------#
    46
    5 MATLAB_PATH="/usr/local/MATLAB/R2019b"
    67ISSM_CONFIG='\
    78        --prefix=${ISSM_DIR} \
  • issm/trunk-jpl/jenkins/ross-debian_linux-dakota

    r27742 r27807  
     1MATLAB_PATH="/usr/local/MATLAB/R2019b"
     2
    13#--------------------#
    24# ISSM Configuration #
    35#--------------------#
    4 
    5 MATLAB_PATH="/usr/local/MATLAB/R2019b"
    66
    77ISSM_CONFIG='\
  • issm/trunk-jpl/jenkins/ross-debian_linux-full

    r27742 r27807  
    11# NOTE: This configuration adds solid earth and Dakota capabilities to the
    22#               basic build.
     3
     4MATLAB_PATH="/usr/local/MATLAB/R2019b"
    35
    46#--------------------#
    57# ISSM Configuration #
    68#--------------------#
    7 
    8 MATLAB_PATH="/usr/local/MATLAB/R2019b"
    99
    1010ISSM_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.
     1MATLAB_PATH="/usr/local/MATLAB/R2019b"
    32
    43#--------------------#
    54# ISSM Configuration #
    65#--------------------#
    7 
    8 MATLAB_PATH="/usr/local/MATLAB/R2019b"
    96
    107ISSM_CONFIG='\
  • issm/trunk-jpl/jenkins/ross-debian_linux-full-valgrind

    r27742 r27807  
    11# NOTE: This configuration adds solid earth and Dakota capabilities to the
    22#               basic build, as well as the ability to debug with Valgrind.
     3
     4MATLAB_PATH="/usr/local/MATLAB/R2019b"
    35
    46#--------------------#
    57# ISSM Configuration #
    68#--------------------#
    7 
    8 MATLAB_PATH="/usr/local/MATLAB/R2019b"
    99
    1010ISSM_CONFIG='\
  • issm/trunk-jpl/jenkins/ross-debian_linux-gia

    r27742 r27807  
     1MATLAB_PATH="/usr/local/MATLAB/R2019b"
     2
    13#--------------------#
    24# ISSM Configuration #
    35#--------------------#
    46
    5 MATLAB_PATH="/usr/local/MATLAB/R2019b"
    67ISSM_CONFIG='\
    78        --prefix=${ISSM_DIR} \
  • issm/trunk-jpl/jenkins/ross-debian_linux-iceocean

    r27742 r27807  
     1MATLAB_PATH="/usr/local/MATLAB/R2019b"
     2
    13#--------------------#
    24# ISSM Configuration #
    35#--------------------#
    46
    5 MATLAB_PATH="/usr/local/MATLAB/R2019b"
    67ISSM_CONFIG='\
    78        --prefix=${ISSM_DIR} \
  • issm/trunk-jpl/jenkins/ross-debian_linux-python

    r27742 r27807  
    8484# NOTE:
    8585# - Errors are large for tests 234, 418, and 420 under Python
    86 # - Tests 2002, 2003, 2010, 2101, and 2021 are excluded as Gmsh produces
    87 #       different-sized meshes on macOS and Linux for 3d objects (archives are
    88 #       generated on macOS).
    8986#
    9087MATLAB_NROPTIONS=""
    91 PYTHON_NROPTIONS="--exclude 234 418 420 2002 2003 2010 2021 2101"
     88PYTHON_NROPTIONS="--exclude 234 418 420"
  • issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth

    r27754 r27807  
     1MATLAB_PATH="/usr/local/MATLAB/R2019b"
     2
    13#--------------------#
    24# ISSM Configuration #
    35#--------------------#
    4 
    5 MATLAB_PATH="/usr/local/MATLAB/R2019b"
    66
    77ISSM_CONFIG='\
  • issm/trunk-jpl/jenkins/ross-win-msys2-gcc-msmpi-basic

    r27567 r27807  
     1MATLAB_PATH=$(cygpath -u $(cygpath -ms "/c/Program Files/MATLAB/R2019b"))
     2
    13ISSM_CONFIG='\
    24        --prefix=${ISSM_DIR} \
Note: See TracChangeset for help on using the changeset viewer.