Using The New LLVM/Clang OpenMP Support

Written by Michael Larabel in LLVM on 22 May 2015 at 01:28 PM EDT. 1 Comment
LLVM
As of this month, the mainline code for LLVM and Clang finally have complete OpenMP support (currently against the OMP 3.1 specification).

While we already covered the prominent Clang OpenMP details earlier this month, the official LLVM blog has out a post today about using this parallel programming API for C/C++ programs with Clang -- in particular the few setup steps and how to test your compiler has working OpenMP support.

Those interested can read the blog post. This full OpenMP 3.1 support will be found in LLVM/Clang 3.7.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week