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 | |
| Rev | Line | |
|---|---|---|
| [58da37d] | 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify | |
| 3 | ||
| [236c548] | 4 | all: dotProduct dotProduct_critical |
| [58da37d] | 5 | |
| 6 | dotProduct: dotProduct.cvl | |
| [3f3d4f8] | 7 | $(VERIFY) -inputNTHREADS=3 -inputN=8 dotProduct.cvl |
| [58da37d] | 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.
