Software Archive
Read-only legacy content
17061 Discussions

How to compile cilk plus runtime source with Intel® C++ Composer XE 2013

Yaqiong_P_
Beginner
406 Views

Dear all,

I want to compile cilk plus runtime source with Intel® C++ Composer XE 2013. I build the cilk plus runtime according to the directions in the "readme" file (libtoolize; aclocal; automake --add-missing; autoconf; ./configure; make; make install). But in this way, gcc is used by default.

Please, could somebody give me some guidelines in order to compile cilk plus runtime source with Intel® C++ Composer XE 2013? 

Thanks a lot for your help.

Best Regards,

Yaqiong Peng

0 Kudos
1 Reply
Hansang_B_Intel
Employee
406 Views

Hi,

You will be able to use icc/icpc by setting environment variables, CC/CXX, just before invoking "configure".

0 Kudos
Reply