source: CIVL/examples/messagePassing/Makefile@ 5feb8e1

1.23 2.0 main test-branch
Last change on this file since 5feb8e1 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: 238 bytes
Line 
1CIVL=civl
2VERIFY=$(CIVL) verify
3
4all: ring ring2
5
6ring: ring.cvl mp_root.cvh mp_proc.cvh
7 $(VERIFY) -inputNPROCS=3 ring.cvl -simplify=false
8
9ring2: ring2.cvl mp_root2.cvh mp_proc2.cvh
10 $(VERIFY) -inputNPROCS=3 ring2.cvl -simplify=false
11
Note: See TracBrowser for help on using the repository browser.