source: examples/scaling_tests/daisychain/likes_python/Makefile @ 41d99fb

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
Line 
1
2
3TEST=likes_0 likes_10 likes_20
4TIMING=likes_0 likes_10 likes_20 likes_30 likes_40 likes_50 likes_100 likes_150 likes_200
5
6.PHONY : test timing plot
7test: $(TEST)
8timing: $(TIMING)
9
10clean: 
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
19plot:
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.