Changeset 8810


Ignore:
Timestamp:
07/06/11 08:37:29 (14 years ago)
Author:
Mathieu Morlighem
Message:

remove PETSC errors from report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/scripts/report.sh

    r8721 r8810  
    1818
    1919#Process matlab_log.log
    20 cat matlab_log.log        | egrep 'ERROR|SUCCESS|FAILURE' | sed -e "s/>/\&gt;/g" | sed -e "s/</\&lt;/g" > matlab.log
     20cat matlab_log.log        | egrep 'ERROR|SUCCESS|FAILURE' | grep -v "PETSC" | sed -e "s/>/\&gt;/g" | sed -e "s/</\&lt;/g" > matlab.log
    2121NUM_TOT=`wc -l matlab.log | awk '{print $1}'`
    2222NUM_ERR=`cat matlab.log | grep 'ERROR'   | grep -v "PETSC" | wc -l`
Note: See TracChangeset for help on using the changeset viewer.