source:
CIVL/examples/experimental/Makefile
| Last change on this file was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 783 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 \ | |
| [6df6487] | 13 | pathfinder_cuda \ |
| 14 | arrayWrite \ | |
| 15 | assignBad | |
| 16 | ||
| [b6c1fcb] | 17 | default: all |
| 18 | ||
| 19 | all: $(TARGETS) | |
| 20 | ||
| [6df6487] | 21 | arrayWrite: arrayWrite.cvl |
| 22 | $(VERIFY) arrayWrite.cvl | |
| 23 | ||
| 24 | assignBad: assignBad.cvl | |
| 25 | $(VERIFY) assignBad.cvl | |
| 26 | ||
| [bebe66d] | 27 | collective: collective.cvl |
| [6cc497b] | 28 | $(VERIFY) collective.cvl |
| [bebe66d] | 29 | |
| 30 | contract: contract.cvl | |
| [6cc497b] | 31 | $(VERIFY) contract.cvl |
| [bebe66d] | 32 | |
| 33 | count: count.cvl | |
| [6cc497b] | 34 | $(VERIFY) count.cvl |
| [bebe66d] | 35 | |
| 36 | floatsum: floatsum.cvl | |
| [6cc497b] | 37 | $(VERIFY) floatsum.cvl |
| [bebe66d] | 38 | |
| 39 | floatsum2: floatsum2.cvl | |
| [6cc497b] | 40 | $(VERIFY) floatsum2.cvl |
| 41 | ||
| 42 | gaussElim: gaussElim.cvl | |
| 43 | $(VERIFY) -inputN_BOUND=3 -inputM_BOUND=3 gaussElim.cvl | |
| 44 | ||
| 45 | multInLoopCond: multInLoopCond.cvl | |
| 46 | $(VERIFY) multInLoopCond.cvl | |
| [bebe66d] | 47 | |
| 48 | pathfinder_cuda: pathfinder_cuda.cvl | |
| [6cc497b] | 49 | $(VERIFY) pathfinder_cuda.cvl |
Note:
See TracBrowser
for help on using the repository browser.
