Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

icc command can not be found

Li__Zhimake
Beginner
1,688 Views

Hello,
I have a remote machine which has the intel compiler installed already. I can see the /opt/intel/compilers_and_libraries_2018.1.163 and  /opt/intel/parallel_studio_xe_2018.1.038 directories.
But the icc command can not be found. And I have tried to run:
source /opt/intel/bin/compilervars.sh intel64
and 
source /opt/intel/compilers_and_libraries_2018.1.163/linux/bin/compilervars.sh intel64
These attempts didn't figure my problems.
Does anyone have some suggestions?

0 Kudos
4 Replies
Viet_H_Intel
Moderator
1,688 Views

try to find if icc is there? $find /opt/intel/parallel_studio_xe_2018.1.038 -name icc

0 Kudos
Li__Zhimake
Beginner
1,688 Views

 

Oh, there is no icc in the folder. It looks like the machine didn't install the icc component. Is there any way to add icc without re-installing the parallel studio?

Thank you!

0 Kudos
Viet_H_Intel
Moderator
1,687 Views

You would need to reinstall it.

0 Kudos
Li__Zhimake
Beginner
1,687 Views

Okay, I see. Thank you~

0 Kudos
Reply