#! /bin/bash

# SMG timed benchmark (files stitched together)
#   without running the analysis
# By: Andy Stone (aistone@gmail.com)
# (C)opyright 2006, contributors of OpenAnalysis

for i in `seq 1 7` ; do
    stitchFiles "/home/stone48/testprogs/smg_${i}_8.files"  "smg_${i}_8.stitch.c"
done

for i in `seq 1 7` ; do
    runTimedBenchmark "smg_${i}_8.stitch.c.files"  "${i}_eighths_SMG_slice" "--oa-NoAnalysis"

done


