1.23
2.0
acw/focus-triggers
main
test-branch
| Rev | Line | |
|---|
| [7e8e35c] | 1 | CIVL = civl
|
|---|
| 2 | COMPARE = $(CIVL) compare
|
|---|
| [472f831] | 3 | REPLAY = $(CIVL) replay
|
|---|
| [7e8e35c] | 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
|
|---|
| [472f831] | 10 | $(REPLAY) -spec max.cvl max_seq.cvl \
|
|---|
| 11 | -impl max.cvl max_par.cvl
|
|---|
| [7e8e35c] | 12 |
|
|---|
| 13 | clean:
|
|---|
| 14 | rm -f *~
|
|---|
| 15 | rm -f -r CIVLREP
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.