1.23
2.0
acw/focus-triggers
main
test-branch
| Rev | Line | |
|---|
| [c1381dd] | 1 | #the cg3 cases are under developing, they keep running...
|
|---|
| 2 |
|
|---|
| 3 | CIVL=civl
|
|---|
| [e5cec5ae] | 4 | VERIFY=${CIVL} verify -checkDivisionByZero=false
|
|---|
| [c1381dd] | 5 |
|
|---|
| 6 | all: cg2_cholesky cg2_sylvester cg2
|
|---|
| 7 |
|
|---|
| 8 | cg2_cholesky: cg2_cholesky.cvl
|
|---|
| 9 | ${VERIFY} cg2_cholesky.cvl
|
|---|
| 10 |
|
|---|
| 11 | cg2_sylvester: cg2_sylvester.cvl
|
|---|
| 12 | ${VERIFY} cg2_sylvester.cvl
|
|---|
| 13 |
|
|---|
| 14 | cg2: cg2.cvl
|
|---|
| 15 | ${VERIFY} cg2.cvl
|
|---|
| 16 |
|
|---|
| 17 | clean:
|
|---|
| 18 | rm -f -r CIVLREP
|
|---|
| 19 | rm -r -f *~
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.