SCM Repository
[diderot] / benchmarks / scripts / run_sh.in |
View of /benchmarks/scripts/run_sh.in
Parent Directory
|
Revision Log
Revision 1575 -
(download)
(annotate)
Sat Oct 29 16:50:18 2011 UTC (9 years, 2 months ago) by jhr
File size: 438 byte(s)
Sat Oct 29 16:50:18 2011 UTC (9 years, 2 months ago) by jhr
File size: 438 byte(s)
Adding scripting support to run benchmarks
#!/bin/ksh # # A script for running the Diderot benchmark tests. # # usage: # scripts/run.sh [diderotc] [diderotc-flags] [-- runtime-flags] # # @configure_input@ # function usage { echo "usage:" echo " scripts/run.sh nruns [diderotc-flags] [-- runtime-flags]" exit $1 } # this script should be run from the rtest directory # HERE=$(pwd) if [ ! -d $HERE/programs ] ; then echo "run script from benchmarks directory" exit 1 fi
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |