source: CIVL/examples/messagePassing/Makefile@ 85120bb

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

Adding source file diffusion1d_spec.c
Creating new comparison model for diffusion1d that will be very close
to source.
Running into bug right now with abstract function.
Checking in little abstract function example which works fine.

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

  • Property mode set to 100644
File size: 364 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
12diffusion1d: diffusion1d.cvl
13 $(VERIFY) -inputNPROCSB=3 -inputNSTEPSB=3 -inputWSTEP=1 \
14 -inputNXB=6 diffusion1d.cvl
15
Note: See TracBrowser for help on using the repository browser.