yingjerkao / uni10

Official Repo for Uni10
28 stars 9 forks source link

BUILD_WITH_INTEL_COMPILERS doesn't seem to work #5

Closed Meligordman closed 8 years ago

Meligordman commented 8 years ago

I have Intel Parallel Studio XE Cluster Edition for Linux 2015 and 2016 installed. Activating the option BUILD_WITH_INTEL_COMPILERS does not seem to be working, since it returns

-- CXX Compiler: /usr/bin/c++

a GCC compiler. Is it possible to manually set the path to icpc?

cylo commented 8 years ago

@Meligordman Have you tried source /opt/intel/bin/compilervars.sh intel64 or source /opt/intel/bin/compilervars.sh ia32 (for 32bit OS) to specify the location of intel compiler?

yingjerkao commented 8 years ago

@Meligordman Is your problem solved by @cylo's suggestion?

Meligordman commented 8 years ago

Sorry for the delay. I had to travel and forgot to give the feedback. Yes, apparently it solved the issue. Thank you.