1.23
2.0
main
test-branch
| Line | |
|---|
| 1 |
|
|---|
| 2 | CIVL=civl
|
|---|
| 3 | VERIFY=$(CIVL) verify
|
|---|
| 4 |
|
|---|
| 5 | TARGETS = \
|
|---|
| 6 | collective \
|
|---|
| 7 | contract \
|
|---|
| 8 | count \
|
|---|
| 9 | floatsum \
|
|---|
| 10 | floatsum2 \
|
|---|
| 11 | gaussElim \
|
|---|
| 12 | multInLoopCond \
|
|---|
| 13 | pathfinder_cuda
|
|---|
| 14 |
|
|---|
| 15 | default: all
|
|---|
| 16 |
|
|---|
| 17 | all: $(TARGETS)
|
|---|
| 18 |
|
|---|
| 19 | collective: collective.cvl
|
|---|
| 20 | $(VERIFY) collective.cvl
|
|---|
| 21 |
|
|---|
| 22 | contract: contract.cvl
|
|---|
| 23 | $(VERIFY) contract.cvl
|
|---|
| 24 |
|
|---|
| 25 | count: count.cvl
|
|---|
| 26 | $(VERIFY) count.cvl
|
|---|
| 27 |
|
|---|
| 28 | floatsum: floatsum.cvl
|
|---|
| 29 | $(VERIFY) floatsum.cvl
|
|---|
| 30 |
|
|---|
| 31 | floatsum2: floatsum2.cvl
|
|---|
| 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
|
|---|
| 39 |
|
|---|
| 40 | pathfinder_cuda: pathfinder_cuda.cvl
|
|---|
| 41 | $(VERIFY) pathfinder_cuda.cvl
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.