Changeset 23234


Ignore:
Timestamp:
09/10/18 13:05:14 (7 years ago)
Author:
jdquinn
Message:

CHG: Adding Python tests for Dakota

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/linux64_ross_dakota

    r22867 r23234  
    1111        --disable-static \
    1212        --with-matlab-dir=$MATLAB_PATH \
     13        --with-python-dir=/usr \
     14        --with-python-numpy-dir=/home/jenkins/.local/lib/python2.7/site-packages/numpy \
    1315        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1416        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
     
    3032#PYTHON and MATLAB testing
    3133MATLAB_TEST=1
    32 PYTHON_TEST=0
     34PYTHON_TEST=1
    3335
    3436#-----------------------------------#
     
    6365#by Matlab and runme.m
    6466#ex: "'id',[101 102 103]"
    65 PYTHON_NROPTIONS="--exclude 243 701 702 435"
     67PYTHON_NROPTIONS="--exclude 243 701 702 435 --include_name 'Dakota'"
    6668MATLAB_NROPTIONS="'exclude',[243,701,702,435]"
Note: See TracChangeset for help on using the changeset viewer.