source:
CIVL/examples/messagePassing/Makefile@
ee38d17
| Last change on this file since ee38d17 was 68f2754, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 428 bytes | |
| Rev | Line | |
|---|---|---|
| [0be7a7ea] | 1 | CIVL=civl |
| [6cc497b] | 2 | VERIFY=$(CIVL) verify |
| 3 | ||
| [68f2754] | 4 | all: ring ring2 ring3 diffusion1d |
| [0be7a7ea] | 5 | |
| 6 | ring: ring.cvl mp_root.cvh mp_proc.cvh | |
| [68f2754] | 7 | $(VERIFY) -inputNPROCS_BOUND=10 -inputN_BOUND=5 ring.cvl |
| [f83804d] | 8 | |
| [6cc497b] | 9 | ring2: ring2.cvl mp_root2.cvh mp_proc2.cvh |
| 10 | $(VERIFY) -inputNPROCS=3 ring2.cvl -simplify=false | |
| [0be7a7ea] | 11 | |
| [68f2754] | 12 | ring3: ring3.cvl |
| 13 | $(VERIFY) ring3.cvl | |
| 14 | ||
| [f83804d] | 15 | diffusion1d: diffusion1d.cvl |
| 16 | $(VERIFY) -inputNPROCSB=3 -inputNSTEPSB=3 -inputWSTEP=1 \ | |
| 17 | -inputNXB=6 diffusion1d.cvl | |
| 18 |
Note:
See TracBrowser
for help on using the repository browser.
