source:
CIVL/examples/translation/mpi/Makefile@
be4355b
| Last change on this file since be4355b was 2a213ef, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 252 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify |
| 3 | |
| 4 | all: diffusion1d ring |
| 5 | |
| 6 | diffusion1d: diffusion1d.cvl |
| 7 | $(VERIFY) -inputNPROCSB=3 -inputNSTEPSB=3 -inputNXB=6 -enablePrintf=false diffusion1d.cvl |
| 8 | |
| 9 | ring: ring.cvl |
| 10 | $(VERIFY) -inputNPROCS_BOUND=10 -inputN_BOUND=5 ring.cvl |
Note:
See TracBrowser
for help on using the repository browser.
