Lines Matching refs:GREP

94    GREP="egrep -a"
96 GREP="egrep"
99 if $GREP -q "not implemented for parallel calculations" $log; then
108 CRIT1=`$GREP "# 1 1 ENERGY Ground state Energy = * \-112\.49488640" $log | wc -l`
116 CRIT1=`$GREP "# 2 1 * <XDIPLEN > = * \-0*\.00000755" $log | wc -l`
117 CRIT2=`$GREP "# 3 1 * <YDIPLEN > = * 0*\.00376264" $log | wc -l`
118 CRIT3=`$GREP "# 4 1 * <ZDIPLEN > = * \-0*\.44399835" $log | wc -l`
126 CRIT1=`$GREP " # 9 1 * <<XDIPLEN ,XDIPLEN >>\( ( |0)\.000000\) = * 2\.465612" $log | wc -l`
127 CRIT2=`$GREP " # 10 1 * <<XDIPLEN ,YDIPLEN >>\( ( |0)\.000000\) = * 0*\.00000" $log | wc -l`
128 CRIT3=`$GREP " # 11 1 * <<XDIPLEN ,ZDIPLEN >>\( ( |0)\.000000\) = * 0*\.00005" $log | wc -l`
129 CRIT4=`$GREP " # 12 1 * <<YDIPLEN ,XDIPLEN >>\( ( |0)\.000000\) = * 0*\.00000" $log | wc -l`
130 CRIT5=`$GREP " # 13 1 * <<YDIPLEN ,YDIPLEN >>\( ( |0)\.000000\) = * 6\.074557" $log | wc -l`
131 CRIT6=`$GREP " # 14 1 * <<YDIPLEN ,ZDIPLEN >>\( ( |0)\.000000\) = * \-0*\.023016" $log | wc -l`
132 CRIT7=`$GREP " # 15 1 * <<ZDIPLEN ,XDIPLEN >>\( ( |0)\.000000\) = * 0*\.00005" $log | wc -l`
133 CRIT8=`$GREP " # 16 1 * <<ZDIPLEN ,YDIPLEN >>\( ( |0)\.000000\) = * \-0*\.023016" $log | wc -l`
134 CRIT9=`$GREP " # 17 1 * <<ZDIPLEN ,ZDIPLEN >>\( ( |0)\.000000\) = * 8\.604065" $log | wc -l`
142 CRIT1=`$GREP " # 5 1 Sy\: 1 Sp\: 1 Exc\: 1 E_tot\: * \-112\.344675[89]" $log | wc -l`
143 CRIT2=`$GREP " # 6 1 Exctot Excited state Energy = \-112\.344675[89]" $log | wc -l`
144 CRIT3=`$GREP " # 7 1 Sy: 1 Sp: 1 Exc: 2 E_tot: \-112\.126928." $log | wc -l`
145 CRIT4=`$GREP " # 8 1 Exctot Excited state Energy = \-112\.126928." $log | wc -l`