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