mei_rt2mei_rt2_fix_1
Last change
on this file since f3421a0 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 | |
---|
3 | type=$1 |
---|
4 | |
---|
5 | rm -rf timing |
---|
6 | mkdir timing |
---|
7 | ln -s ../../plotting plot |
---|
8 | cp plot/gen_small timing/gen_small |
---|
9 | cp plot/gen_big timing/gen_big |
---|
10 | cp plot/gen_med timing/gen_med |
---|
11 | cp plot/split_it timing/split_it |
---|
12 | cat ${type}_*/*.time > timing/${type}_orig |
---|
13 | |
---|
14 | cd timing |
---|
15 | chmod +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 | |
---|
22 | tar cvf ${type}_plot.tar *.jpeg |
---|
Note: See
TracBrowser
for help on using the repository browser.