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

correcting verify script

parent db2b927d
Branches
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
gcc -O3 -march=native -fopenmp -I ../utilities ../utilities/polybench.c $1.c -DPOLYBENCH_TIME -D$2_DATASET -o $1 -lm gcc -O3 -march=native -fopenmp -I ../utilities ../utilities/polybench.c $1.c -DPOLYBENCH_TIME -D$2_DATASET -o $1 -lm
for i in {0..99} for i in {0..999}
do do
if [[ $3 == "yes" ]] ; then if [[ $3 == "yes" ]] ; then
medianne[$i]=`OMP_PROC_BIND=true OMP_NUM_THREADS=12 ./$1 2>&1` medianne[$i]=`OMP_PROC_BIND=true OMP_NUM_THREADS=12 ./$1 2>&1`
......
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