source: CIVL/examples/experimental/Makefile@ e7597e1

1.23 2.0 main test-branch
Last change on this file since e7597e1 was 6cc497b, checked in by Manchun Zheng <zmanchun@…>, 12 years ago

updated examples

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@472 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 651 bytes
RevLine 
[b6c1fcb]1
[6cc497b]2CIVL=civl
3VERIFY=$(CIVL) verify
[b6c1fcb]4
5TARGETS = \
[bebe66d]6 collective \
7 contract \
8 count \
9 floatsum \
10 floatsum2 \
[6cc497b]11 gaussElim \
12 multInLoopCond \
[bebe66d]13 pathfinder_cuda
14
[b6c1fcb]15default: all
16
17all: $(TARGETS)
18
[bebe66d]19collective: collective.cvl
[6cc497b]20 $(VERIFY) collective.cvl
[bebe66d]21
22contract: contract.cvl
[6cc497b]23 $(VERIFY) contract.cvl
[bebe66d]24
25count: count.cvl
[6cc497b]26 $(VERIFY) count.cvl
[bebe66d]27
28floatsum: floatsum.cvl
[6cc497b]29 $(VERIFY) floatsum.cvl
[bebe66d]30
31floatsum2: floatsum2.cvl
[6cc497b]32 $(VERIFY) floatsum2.cvl
33
34gaussElim: gaussElim.cvl
35 $(VERIFY) -inputN_BOUND=3 -inputM_BOUND=3 gaussElim.cvl
36
37multInLoopCond: multInLoopCond.cvl
38 $(VERIFY) multInLoopCond.cvl
[bebe66d]39
40pathfinder_cuda: pathfinder_cuda.cvl
[6cc497b]41 $(VERIFY) pathfinder_cuda.cvl
Note: See TracBrowser for help on using the repository browser.