[llvm-dev] openmp ith llvm

Jakub Kuderski via llvm-dev llvm-dev at lists.llvm.org
Sun Nov 29 04:26:40 PST 2015


Hi Marwa,

I had similar problems. Take a look at this SO thread:
http://stackoverflow.com/questions/33357029/using-openmp-with-clang

Best regards,
Jakub

On 26 November 2015 at 23:42, Joerg Sonnenberger via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> On Thu, Nov 26, 2015 at 10:20:03PM +0000, marwayusuf at feng.bu.edu.eg via
> llvm-dev wrote:
> > I'm trying to get openmp to work with llvm, either with static compiler
> > or with jit, however with no success.
>
> I think the default is still the old gomp mode, so you have to
> explicitly ask at configure time (i.e.
> --with-clang-default-openmp-runtime=libomp)
> or with -fopenmp=libomp.
>
> Joerg
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>



-- 
Jakub Kuderski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151129/8a651304/attachment.html>


More information about the llvm-dev mailing list