ignore lines with '/omp' when comparing.

This commit is contained in:
Axel Kohlmeyer
2012-06-16 17:13:54 -04:00
parent e7935b68d1
commit b4e5de7549

View File

@ -30,7 +30,7 @@ do \
k=`echo $l | sed -e 's/log./ref./'`
egrep -v '(LAMMPS|OpenMP|MPI|serial|Memory|Loop|Perform|FFT)' $l \
egrep -v '(LAMMPS|OpenMP|MPI|serial|Memory|Loop|Perform|FFT|/omp)' $l \
| sed -e 's/-0\.0000000000/0.0000000000 /g' -e '/^Section.*/,$d' \
> $k