]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/PWGPPmacros/makeSummary.sh
Moving PWG1 to PWGPP
[u/mrichter/AliRoot.git] / PWGPP / PWGPPmacros / makeSummary.sh
1 nSeg=`cat out*.log  | grep violation | grep -c egmentation`
2
3
4 cat  out*.log | grep SysInfoMem
5 cat  out*.log | grep SysInfoTime
6 echo LogSize:"     "`wc -l  < out*.log`
7 echo HasSegFault:  $nSeg
8
9
10 if [ $nSeg -gt 0 ] ; then
11     echo SegFault `pwd`
12     cat out*.log  | grep 0x00
13 fi
14