Skip to content
Snippets Groups Projects
Commit 6793558a authored by gkusoglu's avatar gkusoglu
Browse files

correcting verify script

parent e6462c3a
No related merge requests found
......@@ -11,8 +11,7 @@ gcc -O3 -march=native -fopenmp -I ../utilities ../utilities/polybench.c $2.c -D
if cmp -s $1.log $2.log
then
echo "The files match"
rm $1.log $2.log
else
echo "The files are different"
fi
rm $1.log $2.log
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment