source:
CIVL/examples/translation/openmp/Makefile@
236c548
| Last change on this file since 236c548 was 236c548, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 262 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify |
| 3 | |
| 4 | all: dotProduct dotProduct_critical |
| 5 | |
| 6 | dotProduct: dotProduct.cvl |
| 7 | $(VERIFY) -inputNTHREADS=3 -inputN=8 dotProduct.cvl |
| 8 | |
| 9 | dotProduct_critical: dotProduct_critical.cvl |
| 10 | $(VERIFY) -inputNTHREADS=2 -inputN=8 dotProduct_critical.cvl |
| 11 |
Note:
See TracBrowser
for help on using the repository browser.
