source:
CIVL/examples/experimental/Makefile@
ea8d8ce
| Last change on this file since ea8d8ce was 6cc497b, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 651 bytes | |
| Rev | Line | |
|---|---|---|
| [b6c1fcb] | 1 | |
| [6cc497b] | 2 | CIVL=civl |
| 3 | VERIFY=$(CIVL) verify | |
| [b6c1fcb] | 4 | |
| 5 | TARGETS = \ | |
| [bebe66d] | 6 | collective \ |
| 7 | contract \ | |
| 8 | count \ | |
| 9 | floatsum \ | |
| 10 | floatsum2 \ | |
| [6cc497b] | 11 | gaussElim \ |
| 12 | multInLoopCond \ | |
| [bebe66d] | 13 | pathfinder_cuda |
| 14 | ||
| [b6c1fcb] | 15 | default: all |
| 16 | ||
| 17 | all: $(TARGETS) | |
| 18 | ||
| [bebe66d] | 19 | collective: collective.cvl |
| [6cc497b] | 20 | $(VERIFY) collective.cvl |
| [bebe66d] | 21 | |
| 22 | contract: contract.cvl | |
| [6cc497b] | 23 | $(VERIFY) contract.cvl |
| [bebe66d] | 24 | |
| 25 | count: count.cvl | |
| [6cc497b] | 26 | $(VERIFY) count.cvl |
| [bebe66d] | 27 | |
| 28 | floatsum: floatsum.cvl | |
| [6cc497b] | 29 | $(VERIFY) floatsum.cvl |
| [bebe66d] | 30 | |
| 31 | floatsum2: floatsum2.cvl | |
| [6cc497b] | 32 | $(VERIFY) floatsum2.cvl |
| 33 | ||
| 34 | gaussElim: gaussElim.cvl | |
| 35 | $(VERIFY) -inputN_BOUND=3 -inputM_BOUND=3 gaussElim.cvl | |
| 36 | ||
| 37 | multInLoopCond: multInLoopCond.cvl | |
| 38 | $(VERIFY) multInLoopCond.cvl | |
| [bebe66d] | 39 | |
| 40 | pathfinder_cuda: pathfinder_cuda.cvl | |
| [6cc497b] | 41 | $(VERIFY) pathfinder_cuda.cvl |
Note:
See TracBrowser
for help on using the repository browser.
