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

1.23 2.0 main test-branch
Last change on this file since bfebb46 was 58da37d, checked in by Manchun Zheng <zmanchun@…>, 12 years ago

cleaned up openmp examples.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@816 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=2 -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=4 -inputN_BOUND=8 -enablePrintf=false fig4.98-threadprivate.cvl
Note: See TracBrowser for help on using the repository browser.