clang-omp / clang

clang with OpenMP 3.1 and some elements of OpenMP 4.0 support
clang-omp.github.com
Other
91 stars 15 forks source link

Clang Openmp #35

Closed sudakshina closed 10 years ago

sudakshina commented 10 years ago

How to get around the problems "icc:command not found" and "icpc:command not found" in ubuntu 12.04 ?

alexey-bataev commented 10 years ago

It has been open sourced. See openmp.llvm.org.

Best regards,

Alexey Bataev

Software Engineer Intel Compiler Team Intel Corp.

27 Май 2014 г. 14:20:26, sudakshina писал:

To run (rather than just compile) code I need to get and build an Intel Openmp Runtime Library. It uses Intel® Composer XE, Intel® Cluster Studio XE and Intel® Parallel Studio XE products, which are not free. How to get around that problem ?

— Reply to this email directly or view it on GitHub https://github.com/clang-omp/clang/issues/35.

sudakshina commented 10 years ago

Hi, Thanks for your reply. Do I have to execute following command for checking out compiler for icc and icpc ? svn co http://llvm.org/svn/llvm-project/openmp/trunk openmp

alexey-bataev commented 10 years ago

icc and icpc already have openmp library, you should build it yourself only for clang.

Best regards,

Alexey Bataev

Software Engineer Intel Compiler Team Intel Corp.