source: examples/scaling_tests/plotting/run_plot @ 163aadf

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since 163aadf was 7e3f5e2, checked in by Mei <mei@…>, 11 years ago

1) converted daisychain scaling tests

  • Property mode set to 100755
File size: 429 bytes
Line 
1#!/bin/sh
2
3type=$1
4
5rm -rf timing
6mkdir timing
7ln -s ../../plotting plot
8cp plot/gen_small timing/gen_small
9cp plot/gen_big timing/gen_big
10cp plot/gen_med timing/gen_med
11cp plot/split_it timing/split_it
12cat ${type}_*/*.time > timing/${type}_orig
13
14cd timing
15chmod +x gen_small gen_big split_it
16
17./split_it ${type}
18./gen_small ${type}
19./gen_big ${type}
20./gen_med ${type}
21
22tar cvf ${type}_plot.tar *.jpeg
23cp *.jpeg ../../../jpegs
Note: See TracBrowser for help on using the repository browser.