source:
CIVL/examples/translation/mpi/Makefile@
a9d7f9f
| Last change on this file since a9d7f9f was bc0e474, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 232 bytes | |
| Rev | Line | |
|---|---|---|
| [bc0e474] | 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 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.
