source:
CIVL/examples/compare/max/Makefile@
3e9c3d5
| Last change on this file since 3e9c3d5 was 7e8e35c, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 235 bytes | |
| Rev | Line | |
|---|---|---|
| [7e8e35c] | 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.
