Changeset 25660


Ignore:
Timestamp:
10/08/20 14:20:04 (4 years ago)
Author:
jdquinn
Message:

CHG: Clean up

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/pine_island-mac

    r25617 r25660  
     1# NOTE: We do not have a project on Jenkins based on this configuration, but we
     2#               should maintain it as a way to efficiently test both MATLAB and Python
     3#               APIs.
     4#
     5
    16#--------------------#
    27# ISSM Configuration #
     
    1419        --with-numthreads=4 \
    1520        --with-matlab-dir=${MATLAB_PATH} \
     21        --with-python-dir=/System/Library/Frameworks/Python.framework/Versions/2.7 \
     22        --with-python-numpy-dir=/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy \
    1623        --with-fortran-lib="-L/usr/local/Cellar/gcc/10.2.0/lib/gcc/10 -lgfortran" \
    1724        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
     
    2128        --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \
    2229        --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \
     30        --with-hdf5-dir=${ISSM_DIR}/externalpackages/petsc/install \
    2331        --with-petsc-dir=${ISSM_DIR}/externalpackages/petsc/install \
     32        --with-gsl-dir=${ISSM_DIR}/externalpackages/gsl/install \
     33        --with-boost-dir=${ISSM_DIR}/externalpackages/boost/install \
     34        --with-dakota-dir=${ISSM_DIR}/externalpackages/dakota/install \
    2435        --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \
    2536        --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \
     
    3748        cmake           install.sh
    3849        petsc           install-3.12-mac.sh
     50        gsl                     install.sh
     51        boost           install-1.7-mac.sh
     52        dakota          install-6.2-mac.sh
     53        curl            install-7.67.sh
     54        netcdf          install-4.7-parallel.sh
     55        proj            install-6.2.sh
     56        gdal            install-3-python-netcdf.sh
     57        gshhg           install.sh
     58        gmt                     install-6.0-mac.sh
     59        gmsh            install-4.sh
    3960        triangle        install-mac.sh
    4061        chaco           install.sh
     
    5071# Test suites
    5172MATLAB_TEST=1
    52 PYTHON_TEST=0
     73PYTHON_TEST=1
    5374JAVASCRIPT_TEST=0
    5475EXAMPLES_TEST=0
     
    6687# Nightly run options
    6788#
    68 # See documentation in test/NightlyRun/runme.* for more information
     89# See documentation in test/NightlyRun/runme.* for more information.
    6990#
    7091# NOTE:
     92# - Errors are large for tests 234, 235, 418, and 420 under MATLAB
     93# - Tests 444 and 445 fail intermittently under MATLAB with "Index exceeds array bounds."
     94# - Errors are large for tests 234 418 and 420 under Python
     95# - See test417.py for why it is excluded
     96# - Test 444 fails intermittently under Python with "IndexError: list index out of range"
    7197# - test701 is skipped because it uses full Stokes equations
    7298#
    73 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]"
    74 PYTHON_NROPTIONS=""
     99MATLAB_NROPTIONS="'exclude',[234 235 418 420 435 444 445 701 702 703]"
     100PYTHON_NROPTIONS="--exclude 234 417 418 420 435 444 445 701 702 703]"
  • issm/trunk-jpl/jenkins/ross-debian_linux

    r24648 r25660  
     1# NOTE: We do not have a project on Jenkins based on this configuration, but we
     2#               should maintain it as a way to efficiently test both MATLAB and Python
     3#               APIs.
     4#
     5
    16#--------------------#
    27# ISSM Configuration #
     
    49
    510MATLAB_PATH="/usr/local/MATLAB/R2019b"
     11
    612ISSM_CONFIG='\
    713        --prefix=${ISSM_DIR} \
     
    1016        --enable-debugging \
    1117        --with-numthreads=4 \
     18        --with-python-dir=/usr \
     19        --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \
    1220        --with-matlab-dir=${MATLAB_PATH} \
    1321        --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
     
    1826        --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \
    1927        --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \
     28        --with-hdf5-dir=${ISSM_DIR}/externalpackages/petsc/install \
    2029        --with-petsc-dir=${ISSM_DIR}/externalpackages/petsc/install \
     30        --with-gsl-dir=${ISSM_DIR}/externalpackages/gsl/install \
     31        --with-boost-dir=${ISSM_DIR}/externalpackages/boost/install \
     32        --with-dakota-dir=${ISSM_DIR}/externalpackages/dakota/install \
    2133        --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \
    2234        --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \
     
    3345        cmake           install.sh
    3446        petsc           install-3.12-linux.sh
     47        gsl                     install.sh
     48        boost           install-1.7-linux.sh
     49        dakota          install-6.2-linux.sh
     50        curl            install-7.67.sh
     51        netcdf          install-4.7-parallel.sh
     52        proj            install-6.2.sh
     53        gdal            install-3-python-netcdf.sh
     54        gshhg           install.sh
     55        gmt                     install-6.0-linux.sh
     56        gmsh            install-4.sh
    3557        triangle        install-linux.sh
    3658        chaco           install.sh
     
    4668# Test suites
    4769MATLAB_TEST=1
    48 PYTHON_TEST=0
     70PYTHON_TEST=1
    4971JAVASCRIPT_TEST=0
    5072EXAMPLES_TEST=0
     
    6486# See documentation in test/NightlyRun/runme.* for more information.
    6587#
    66 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota')]"
    67 PYTHON_NROPTIONS=""
     88# - Errors are large for tests 234, 418, and 420 under Python
     89# - Tests 2002, 2003, 2010, 2101, and 2021 are excluded as Gmsh produces
     90#       different-sized meshes on macOS and Linux for 3d objects (archives are
     91#       generated on macOS).
     92#
     93MATLAB_NROPTIONS="'exclude',[2002 2003 2010 2021 2101]"
     94PYTHON_NROPTIONS="--exclude 234 418 420 2002 2003 2010 2021 2101"
Note: See TracChangeset for help on using the changeset viewer.