mei_rt2mei_rt2_fix_1
Last change
on this file since 41d99fb 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
100644
|
File size:
406 bytes
|
Rev | Line | |
---|
[08b8da7] | 1 | |
---|
| 2 | |
---|
| 3 | TEST=likes_0 likes_10 likes_20 |
---|
| 4 | TIMING=likes_0 likes_10 likes_20 likes_30 likes_40 likes_50 likes_100 likes_150 likes_200 |
---|
| 5 | |
---|
| 6 | .PHONY : test timing plot |
---|
| 7 | test: $(TEST) |
---|
| 8 | timing: $(TIMING) |
---|
| 9 | |
---|
| 10 | clean: |
---|
| 11 | @rm -rf likes_* run_plot plot timing |
---|
| 12 | |
---|
| 13 | $(TEST) : |
---|
| 14 | @run_one $(subst likes_,,$@) |
---|
| 15 | |
---|
| 16 | $(TIMING): |
---|
| 17 | @run_one $(subst likes_,,$@) |
---|
| 18 | |
---|
| 19 | plot: |
---|
| 20 | @make clean |
---|
| 21 | cp ../../plotting/run_plot . |
---|
| 22 | @make test |
---|
| 23 | @make timing |
---|
| 24 | @run_plot likes |
---|
Note: See
TracBrowser
for help on using the repository browser.