source:
CIVL/examples/messagePassing/Makefile@
a8ca3d3
| Last change on this file since a8ca3d3 was 6cc497b, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 238 bytes | |
| Rev | Line | |
|---|---|---|
| [0be7a7ea] | 1 | CIVL=civl |
| [6cc497b] | 2 | VERIFY=$(CIVL) verify |
| 3 | ||
| 4 | all: ring ring2 | |
| [0be7a7ea] | 5 | |
| 6 | ring: ring.cvl mp_root.cvh mp_proc.cvh | |
| [6cc497b] | 7 | $(VERIFY) -inputNPROCS=3 ring.cvl -simplify=false |
| 8 | ||
| 9 | ring2: ring2.cvl mp_root2.cvh mp_proc2.cvh | |
| 10 | $(VERIFY) -inputNPROCS=3 ring2.cvl -simplify=false | |
| [0be7a7ea] | 11 |
Note:
See TracBrowser
for help on using the repository browser.
