Changeset 24643


Ignore:
Timestamp:
03/06/20 08:48:57 (5 years ago)
Author:
jdquinn
Message:

CHG: Check for “*Warning” in Python log; removed optimization flags for PETSc

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.11-linux.sh

    r24641 r24643  
    2626        --prefix="${ISSM_DIR}/externalpackages/petsc/install" \
    2727        --PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" \
    28         --COPTFLAGS="-O2" \
    29         --CXXOPTFLAGS="-O2" \
    30         --FOPTFLAGS="-O2" \
    3128        --with-debugging=0 \
    3229        --with-valgrind=0 \
  • issm/trunk-jpl/jenkins/jenkins.sh

    r24642 r24643  
    575575
    576576        # Check that Python did not exit in error
    577         pythonExitedInError=`grep -E "Error|Traceback|bad interpreter" python_log.log | wc -l`
     577        pythonExitedInError=`grep -E "Warning|Error|Traceback|bad interpreter" python_log.log | wc -l`
    578578
    579579        if [ $pythonExitedInError -ne 0 ]
Note: See TracChangeset for help on using the changeset viewer.