From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/bench/bench.cl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pkg/bench/bench.cl (limited to 'pkg/bench/bench.cl') diff --git a/pkg/bench/bench.cl b/pkg/bench/bench.cl new file mode 100644 index 00000000..9a84da27 --- /dev/null +++ b/pkg/bench/bench.cl @@ -0,0 +1,23 @@ +images +plot + +#{ BENCH -- Benchmarks package. + +package bench + +set bench = "pkg$bench/" + +task fortask = "bench$fortask.cl" +task subproc = "bench$subproc.cl" +task plots = "bench$plots.cl" + +task $ptime, + $getpar, + $wipc.bb, + $rrbin, + $rbin, + $wbin, + $rtext, + $wtext = "bench$x_bench.e" + +clbye() -- cgit