source:
CIVL/examples/translation/mpi/Makefile@
bfebb46
| Last change on this file since bfebb46 was 2a213ef, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 252 bytes | |
| Rev | Line | |
|---|---|---|
| [bc0e474] | 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify | |
| 3 | ||
| 4 | all: diffusion1d ring | |
| 5 | ||
| 6 | diffusion1d: diffusion1d.cvl | |
| [2a213ef] | 7 | $(VERIFY) -inputNPROCSB=3 -inputNSTEPSB=3 -inputNXB=6 -enablePrintf=false diffusion1d.cvl |
| [bc0e474] | 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.
