source:
CIVL/mods/dev.civl.com/examples/compare/max/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 325 bytes | |
| Line | |
|---|---|
| 1 | CIVL = civl |
| 2 | COMPARE = $(CIVL) compare |
| 3 | REPLAY = $(CIVL) replay |
| 4 | |
| 5 | all: max |
| 6 | |
| 7 | max: max.cvl max_seq.cvl max_par.cvl |
| 8 | $(COMPARE) -inputB=4 -spec max.cvl max_seq.cvl \ |
| 9 | -impl -inputNPROCS=2 -inputBLOCK_SIZE=2 max.cvl max_par.cvl |
| 10 | $(REPLAY) -spec max.cvl max_seq.cvl \ |
| 11 | -impl max.cvl max_par.cvl |
| 12 | |
| 13 | clean: |
| 14 | rm -f *~ |
| 15 | rm -f -r CIVLREP |
Note:
See TracBrowser
for help on using the repository browser.
