source: CIVL/examples/messagePassing/Makefile@ ee38d17

1.23 2.0 main test-branch
Last change on this file since ee38d17 was 68f2754, checked in by Stephen Siegel <siegel@…>, 12 years ago

Improving some comments, fixing old examples, deleted file
in tutorial that was wrongly committed.

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

  • Property mode set to 100644
File size: 428 bytes
Line 
1CIVL=civl
2VERIFY=$(CIVL) verify
3
4all: ring ring2 ring3 diffusion1d
5
6ring: ring.cvl mp_root.cvh mp_proc.cvh
7 $(VERIFY) -inputNPROCS_BOUND=10 -inputN_BOUND=5 ring.cvl
8
9ring2: ring2.cvl mp_root2.cvh mp_proc2.cvh
10 $(VERIFY) -inputNPROCS=3 ring2.cvl -simplify=false
11
12ring3: ring3.cvl
13 $(VERIFY) ring3.cvl
14
15diffusion1d: diffusion1d.cvl
16 $(VERIFY) -inputNPROCSB=3 -inputNSTEPSB=3 -inputWSTEP=1 \
17 -inputNXB=6 diffusion1d.cvl
18
Note: See TracBrowser for help on using the repository browser.