source: examples/scaling_tests/plotting/run_plot @ db99d8d

mei_rt2mei_rt2_fix_1
Last change on this file since db99d8d was db99d8d, checked in by Mei <mei@…>, 12 years ago

1) make the sub call within run_plot to look for it within local dir

  • Property mode set to 100755
File size: 404 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
Note: See TracBrowser for help on using the repository browser.