Add installation script for phoronix-static.
[gcc-perf-regression-tester.git] / bmks / parsec / get.sh
blob791ace743daaefbeb5b17bbc74637f24e7e4c971
1 #!/bin/bash
3 # Copyright (C) 2011 Sebastian Pop <sebpop@gmail.com>.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details. A copy of this license
13 # can be downloaded from http://www.gnu.org/copyleft/gpl.html
15 bmk="parsec"
16 bmks="amd64-linux.gcc-pthreads/bin/blackscholes
17 amd64-linux.gcc-pthreads/bin/bodytrack
18 amd64-linux.gcc-pthreads/bin/facesim
19 amd64-linux.gcc-pthreads/bin/ferret
20 amd64-linux.gcc-pthreads/bin/swaptions
21 amd64-linux.gcc-pthreads/bin/fluidanimate
22 amd64-linux.gcc-pthreads/bin/x264
23 amd64-linux.gcc-pthreads/bin/canneal
24 amd64-linux.gcc-pthreads/bin/streamcluster
25 amd64-linux.gcc-openmp/bin/blackscholes
26 amd64-linux.gcc-openmp/bin/bodytrack
27 amd64-linux.gcc-openmp/bin/freqmine
28 amd64-linux.gcc-tbb/bin/blackscholes
29 amd64-linux.gcc-tbb/bin/bodytrack
30 amd64-linux.gcc-tbb/bin/swaptions
31 amd64-linux.gcc-tbb/bin/fluidanimate
32 amd64-linux.gcc-tbb/bin/streamcluster"
34 parse_nb () {
35 nb=`grep -m 1 "$b run time:" $tag | awk '{ print $4 }'`
38 . $HOME/gcc/test/plot.sh