source:
CIVL/examples/omp/Makefile@
325d439
| Last change on this file since 325d439 was b452520, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 346 bytes | |
| Line | |
|---|---|
| 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 | |
| 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.
