[llvm-dev] openmp ith llvm
Joerg Sonnenberger via llvm-dev
llvm-dev at lists.llvm.org
Thu Nov 26 14:42:34 PST 2015
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
More information about the llvm-dev
mailing list