source:
CIVL/examples/omp/Makefile@
ca5efc4
| Last change on this file since ca5efc4 was b452520, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 346 bytes | |
| Rev | Line | |
|---|---|---|
| [3cf40e5] | 1 | |
| 2 | all: dotProduct1 dotProduct_critical dotProduct_orphan | |
| 3 | ||
| 4 | dotProduct1: dotProduct1.cvl | |
| 5 | civl verify dotProduct1.cvl | |
| 6 | ||
| 7 | dotProduct_critical: dotProduct_critical.cvl | |
| 8 | civl verify dotProduct_critical.cvl | |
| 9 | ||
| 10 | dotProduct_orphan: dotProduct_orphan.cvl | |
| 11 | civl verify dotProduct_orphan.cvl | |
| 12 | ||
| [b452520] | 13 | fig3.10-mxv-omp: fig3.10-mxv-omp.cvl |
| 14 | civl verify fig3.10-mxv-omp.cvl |
Note:
See TracBrowser
for help on using the repository browser.
