source: issm/oecreview/Archive/23185-23389/ISSM-23233-23234.diff

Last change on this file was 23390, checked in by Mathieu Morlighem, 6 years ago

CHG: added Archive/23185-23389

File size: 1.2 KB
  • ../trunk-jpl/jenkins/linux64_ross_dakota

     
    1010ISSM_CONFIG='--prefix=$ISSM_DIR\
    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  \
    1517        --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \
     
    2931
    3032#PYTHON and MATLAB testing
    3133MATLAB_TEST=1
    32 PYTHON_TEST=0
     34PYTHON_TEST=1
    3335
    3436#-----------------------------------#
    3537# 3: External packages installation #
     
    6264#as follows: runme($MATLAB_NROPTIONS). The options must be understandable
    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 TracBrowser for help on using the repository browser.