source: CIVL/examples/translation/mpi/Makefile@ bfebb46

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

add mpi.cvl

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

  • Property mode set to 100644
File size: 252 bytes
Line 
1CIVL=civl
2VERIFY=$(CIVL) verify
3
4all: diffusion1d ring
5
6diffusion1d: diffusion1d.cvl
7 $(VERIFY) -inputNPROCSB=3 -inputNSTEPSB=3 -inputNXB=6 -enablePrintf=false diffusion1d.cvl
8
9ring: ring.cvl
10 $(VERIFY) -inputNPROCS_BOUND=10 -inputN_BOUND=5 ring.cvl
Note: See TracBrowser for help on using the repository browser.