- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try to find if icc is there? $find /opt/intel/parallel_studio_xe_2018.1.038 -name icc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You would need to reinstall it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Okay, I see. Thank you~

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page