Changeset 23260


Ignore:
Timestamp:
09/11/18 17:26:18 (7 years ago)
Author:
jdquinn
Message:

CHG: Attempting to bring Python build test suite reporting online

File:
1 edited

Legend:

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

    r23155 r23260  
    1414        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1515        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
    16         --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpifort" \
     16        --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \
    1717        --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
    1818        --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
     
    2121        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    2222        --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
    23         --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \
     23        --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \
    2424        --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
    2525        --with-numthreads=4 \
     
    5959#by Matlab and runme.m
    6060#ex: "'id',[101 102 103]"
    61 PYTHON_NROPTIONS="--exclude_name 'Dakota'"
     61PYTHON_NROPTIONS="benchmark 'nightly' --exclude_name 'Dakota'"
    6262MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota')]"
Note: See TracChangeset for help on using the changeset viewer.