source: CIVL/examples/messagePassing/Makefile@ 55e649b

1.23 2.0 main test-branch
Last change on this file since 55e649b was 7e8e35c, checked in by Manchun Zheng <zmanchun@…>, 12 years ago

updated Makefile's according to the new command line specification.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@1675 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 -simplify=false ring2.cvl
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.