source: CIVL/examples/openMP/omp_thread.cvh@ 82eb915

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

added the translation of two different implementations of dot product in OpenMP.

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

  • Property mode set to 100644
File size: 85 bytes
Line 
1// procedures that are thread private.
2
3int omp_get_thread_num() {
4 return __tid;
5}
Note: See TracBrowser for help on using the repository browser.