summaryrefslogtreecommitdiffstats
path: root/pts/benchmark-resources/scimark2/install.sh
blob: 6546ce9522f9b1ec14e36cfb68c3dc750ba1f6c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

cd $1

unzip -o scimark2_1c.zip -d scimark2_files
cd scimark2_files/
g++ -o scimark2 -O *.c
cd ..

echo "#!/bin/sh
cd scimark2_files/

./scimark2 -large" > scimark2
chmod +x scimark2