source: examples/scaling_tests/daisychain/likes_python/Makefile @ 671c065

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

1) test out the performance plotting build

  • Property mode set to 100644
File size: 356 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$(TIMING):
14        @run_one $(subst likes_,,$@)
15
16plot:
17        @make clean
18        cp ../../plotting/run_plot .
19        @make -s timing
20        @run_plot likes
Note: See TracBrowser for help on using the repository browser.