source: CIVL/examples/omp/Makefile@ 7d77e64

main test-branch
Last change on this file since 7d77e64 was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

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

  • Property mode set to 100644
File size: 469 bytes
Line 
1
2all: dotProduct1 dotProduct_critical dotProduct_orphan canonical-for
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
13fig3.10-mxv-omp: fig3.10-mxv-omp.cvl
14 civl verify fig3.10-mxv-omp.cvl
15
16canonical-for: canonicalForLoops.c
17 civl verify -ompNoSimplify -input_omp_thread_max=2 canonicalForLoops.c
Note: See TracBrowser for help on using the repository browser.