source:
CIVL/examples/messagePassing/Makefile@
5feb8e1
| Last change on this file since 5feb8e1 was 6cc497b, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 238 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify |
| 3 | |
| 4 | all: ring ring2 |
| 5 | |
| 6 | ring: ring.cvl mp_root.cvh mp_proc.cvh |
| 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 |
| 11 |
Note:
See TracBrowser
for help on using the repository browser.
