source: CIVL/examples/translation/openmp/Makefile@ ca5efc4

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since ca5efc4 was 57d8e0f, checked in by Manchun Zheng <zmanchun@…>, 12 years ago

minor correction on make file.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@1339 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 429 bytes
Line 
1CIVL=civl
2VERIFY=$(CIVL) verify
3
4all: dotProduct dotProduct_critical fig4.98-threadprivate
5
6dotProduct: dotProduct.cvl
7 $(VERIFY) -inputNTHREADS=3 -inputN=8 dotProduct.cvl
8
9dotProduct_critical: dotProduct_critical.cvl
10 $(VERIFY) -inputNTHREADS=2 -inputN=8 dotProduct_critical.cvl
11
12fig4.98-threadprivate: fig4.98-threadprivate.cvl
13 $(VERIFY) -inputTHREADS_BOUND=2 -inputN_BOUND=4 -enablePrintf=false fig4.98-threadprivate.cvl
Note: See TracBrowser for help on using the repository browser.