source: CIVL/examples/omp/Makefile@ 3cf40e5

1.23 2.0 main test-branch
Last change on this file since 3cf40e5 was 3cf40e5, checked in by Stephen Siegel <siegel@…>, 12 years ago

Cleaned up omp examples a bit, added Makefile.

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

  • Property mode set to 100644
File size: 276 bytes
Line 
1
2all: dotProduct1 dotProduct_critical dotProduct_orphan
3
4dotProduct1: dotProduct1.cvl
5 civl verify dotProduct1.cvl
6
7dotProduct_critical: dotProduct_critical.cvl
8 civl verify dotProduct_critical.cvl
9
10dotProduct_orphan: dotProduct_orphan.cvl
11 civl verify dotProduct_orphan.cvl
12
Note: See TracBrowser for help on using the repository browser.