[Openmp-dev] Steps to create a OpenMP enabled compiler?

Bargava Raman, Subramanian bargava at gmail.com
Thu Aug 21 05:22:21 PDT 2014


<<Apologies-This is a noob query>>

My aim is to use OpenMP compiler to compile some libraries to make them run
multi-threaded. I am on Mac OSX - Mavericks. (The command I need to run is
g++ -fopenmp mylib.cpp)

Following instructions from http://openmp.llvm.org/, I did the following

*svn co http://llvm.org/svn/llvm-project/openmp/trunk
<http://llvm.org/svn/llvm-project/openmp/trunk> openmp*
*cd openmp/runtime*
*make compiler=gcc*

The make was successful. What should I do next?

Can someone please provide guidance?

Thanks,
Bargava
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/openmp-dev/attachments/20140821/3e0942c4/attachment.html>


More information about the Openmp-dev mailing list