source: examples/scaling_tests/plotting/run_plot @ abf8d5d

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

1) rework examples directory with Makefile
2) update scaling with plotting scripts
3) add more doc in there

  • Property mode set to 100755
File size: 396 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
17split_it ${type}
18gen_small ${type}
19gen_big ${type}
20gen_med ${type}
21
22tar cvf ${type}_plot.tar *.jpeg
Note: See TracBrowser for help on using the repository browser.