Changeset 23273


Ignore:
Timestamp:
09/12/18 20:47:41 (7 years ago)
Author:
jdquinn
Message:

CHG: Activating Python Dakota tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/macosx_pine-island_dakota

    r22604 r23273  
    77MATLAB_PATH="/Applications/MATLAB_R2015b.app/"
    88
    9 #ISSM CONFIGURATION 
     9#ISSM CONFIGURATION
    1010ISSM_CONFIG='--prefix=$ISSM_DIR \
    1111        --with-matlab-dir=$MATLAB_PATH \
     
    2727#PYTHON and MATLAB testing
    2828MATLAB_TEST=1
    29 PYTHON_TEST=0
     29PYTHON_TEST=1
    3030
    3131#-----------------------------------#
     
    5959#as follows: runme($MATLAB_NROPTIONS). The options must be understandable
    6060#by Matlab and runme.m
    61 #ex: "'id',[101 102 103]"  ERRORS ARE LARGE FOR: 418 420 
    62 PYTHON_NROPTIONS=""
     61#ex: "'id',[101 102 103]"  ERRORS ARE LARGE FOR: 418 420
     62PYTHON_NROPTIONS="--exclude 119 243 514 701 702 703 234 235 418 420 --include_name 'Dakota'"
    6363MATLAB_NROPTIONS="'exclude',[119,243,514,701,702,703,234,235,418,420]"
Note: See TracChangeset for help on using the changeset viewer.