Learning from the past, and moving toward the future
I’m writing this documentation because I believe that there will be someone out there who are having difficulties or doubt to install the Intel C++ Compiler 11.0
Good thing that Intel provides the FREE for Non-Commercial Software Development of the Intel C++ Compiler Professional 11.0 only for Linux users.
Add these to the .bashrc and .profile
# Intel Compiler export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/Compiler/11.0/069/lib/ia32 export PATH=$PATH:/opt/intel/Compiler/11.0/069/bin/ia32
For the Linux newbie, note that both of .bashrc and .profile are hidden files, so you have to use View –> Show Hidden Files (CTRL + H) or ls -a to see them. They’re located in the /home/<username>/
Reference
You must be logged in to post a comment.
Compiladores Intel C++/Fortran no Ubuntu « Luis França
July 14th, 2009 at 9:05 pm
[...] Fontes: Thinking Parallel, icc @ Ubuntu [...]
thouraya
February 14th, 2010 at 9:03 am
Hello,
thank you for the article it helped me to install the compiler,
in fact it is compiling but not the execution
Here are the error message:
error while loading shared libraries: libiomp5.so: can not open shared object file: No such file or directory
Thank you