1.23
2.0
main
test-branch
| Line | |
|---|
| 1 | CIVL=civl
|
|---|
| 2 | VERIFY=$(CIVL) verify
|
|---|
| 3 |
|
|---|
| 4 | all: dotProduct dotProduct_critical fig4.98-threadprivate
|
|---|
| 5 |
|
|---|
| 6 | dotProduct: dotProduct.cvl
|
|---|
| 7 | $(VERIFY) -inputNTHREADS=2 -inputN=8 dotProduct.cvl
|
|---|
| 8 |
|
|---|
| 9 | dotProduct_critical: dotProduct_critical.cvl
|
|---|
| 10 | $(VERIFY) -inputNTHREADS=2 -inputN=8 dotProduct_critical.cvl
|
|---|
| 11 |
|
|---|
| 12 | fig4.98-threadprivate: fig4.98-threadprivate.cvl
|
|---|
| 13 | $(VERIFY) -inputTHREADS_BOUND=4 -inputN_BOUND=8 -enablePrintf=false fig4.98-threadprivate.cvl
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.