Related Posts Plugin for WordPress, Blogger...

Saturday, December 25, 2010

Install Intel Fortran, C++ (ifort, icc) in Ubuntu Linux

You may need to install build essential as pre-requisite
for that open the terminal from Appliations --> Accessories --> Terminal, then type in


sudo apt-get update
sudo apt-get install build-essential

Intel Fortran Compiler for Linux is available at







http://software.intel.com/en-us/articles/non-commercial-software-development/


This by default comes with "Intel Fortran Compiler 12.0" and "Math Kernel Library 10.3" and "Debugger" Here is the step-by-step process to download and also "installation instructions" have been given.

http://i55.tinypic.com/2wgdhd2.png



Now select Intel® Fortran Composer XE 2011 for Linux

from the list.


http://i56.tinypic.com/2lw683n.png


Next enter your e-mail ID and country. You don't need to select "keep me up-to-date with the latest information
on Intel® Software Development Products." Then click on "continue"

http://i55.tinypic.com/2n7nwb8.png


Select product for 32bit/x86-64 bit development (For multipurpose).

If you have less network resources, you can go for the product specific to your configuration.

and click on "Download Now"

http://i53.tinypic.com/5f5d0m.png


Now go to the location where the file has been downloaded in the terminal by using cd. (Applications --> Accessories --> Terminal)

Eg: if it is on desktop, type in

cd Desktop

Now enter the following commands:

tar -xzvf l_fcompxe_*.tgz

now

cd l_fcompxe_*


sudo ./install.sh

Now you will see the following screen:





Press "Enter"



It may give some warning regarding the system pre-requisites (You don't need to worry)
just press "Enter"





Keep on pressing "Enter" until you are asked to enter "accept" the license.


http://i54.tinypic.com/2e6a4vq.png



Now press "Enter" to activate product by using a serial number.




Now type in the serial number sent to you in "mail" or similar to the one you have seen in the third "Screen shot" in to the terminal.





Now copy the product activation code (27 digits) and generate unlock code (22 digits) at:

https://registrationcenter.intel.com/RegCenter/remoteactivation.aspx


http://i52.tinypic.com/2mfjkbb.png



Enter the "Activation code" in the field provided and click on "Generate Activation Code"

Then copy the unlock code to paste into terminal.
http://i56.tinypic.com/2evxov6.png


Now press "Enter" to provide the unlock code (22 digits) and enter the unlock code.



http://i55.tinypic.com/2ry1p53.png



Now press "Enter" after completing activation successfully..








Now press "Enter" to start installation...

It is better to install "all" the components..

http://i54.tinypic.com/245ajyf.png


Now press "Enter" to continue after installation.





Now press "q" to complete installation...



You can install Intel® C++ Composer XE 2011 for Linux

in the same way...

This includes Intel® C++ Compiler 12.0, Intel® Integrated Performance Primitives, Intel®® Parallel Building Blocks

after installing those two, you can check the installation status by typing in:

Math Kernel Library 12.0, Intelsudo /opt/intel/bin/link_install.sh -s


The result would look like...


http://i52.tinypic.com/whkz90.png






All should say "exists"


Now in terminal enter..


gedit ~/.bashrc

Now enter the following line at the end of the file..

export PATH=$PATH:/opt/intel/bin/

Now save the file and close.

Then type in terminal...

source ~/.bashrc











enjoy.....








Which version of the Intel® IPP, Intel® MKL and Intel® TBB Libraries are Included in the Intel® Composer Bundles?

Submit New Article

May 6, 2011 12:00 AM PDT


The Intel® Composer products combine one or more Intel® compilers with the Intel® Performance Libraries to provide you with an ideal combination of tools for creating high-performance multi-threaded applications. See Getting Intel® IPP from stand-alone version or bundled products? for details regarding which software development products contain the Intel IPP libary and visit the Intel Software Products home page for a complete list of software development tools available from Intel.
The tables below outline which versions of the Intel IPP, Intel MKL and Intel TBB libraries are included as part of the Intel Composer bundles. For a list of which versions of these libraries are included in the former Intel Compiler Pro products, please read Which version of Intel IPP, Intel MKL and Intel TBB is installed by the Intel® Compiler Professional Edition?

Intel® Parallel Composer (and Intel® Parallel Studio) - Windows*

Intel Composer Edition Intel C++ Compiler Version Intel IPP Version Intel MKL Version Intel TBB Version
2011 update 6 12.1.0 7.0.5 n/a 4.0.0
2011 update 5 12.0.5 7.0.4 n/a 3.0.8
2011 update 4 12.0.4 7.0.4 n/a 3.0.7
2011 update 3 12.0.3 7.0.3 n/a 3.0.6
2011 update 2 12.0.2 7.0.2 n/a 3.0.5
2011 update 1 12.0.1 7.0.1a n/a 3.0.4
2011 12.0.0 7.0.0 n/a 3.0.2

Intel® Composer XE (and Intel® Parallel Studio XE) - Windows* and Linux*

Intel Composer XE Edition Intel C++ Compiler XE Version Intel IPP Version Intel MKL Version Intel TBB Version
2011 update 6 12.1.0 7.0.5 10.3.6 4.0.0
2011 update 5 12.0.5 7.0.4 10.3.5 3.0.8
2011 update 4 12.0.4 7.0.4 10.3.4 3.0.7
2011 update 3 12.0.3 7.0.3 10.3.3 3.0.6
2011 update 2 12.0.2 7.0.2 10.3.2 3.0.5
2011 update 1 12.0.1 7.0.1a 10.3.1 3.0.4
2011 12.0.0 7.0.1 10.3.0 3.0.3

Intel® C++ Composer XE (and Intel® C++ Studio XE) - Windows*, Linux* and Mac* OS X

Intel C++ Composer XE Edition Intel C++ Compiler XE Version Intel IPP Version Intel MKL Version Intel TBB Version
2011 update 6 12.1.0 7.0.5 10.3.6 4.0.0
2011 update 5 12.0.5 7.0.4 10.3.5 3.0.8
2011 update 4 12.0.4 7.0.4 10.3.4 3.0.7
2011 update 3 12.0.3 7.0.3 10.3.3 3.0.6
2011 update 2 12.0.2 7.0.2 10.3.2 3.0.5
2011 update 1 12.0.1 7.0.1a 10.3.1 3.0.4
2011 12.0.0 7.0.1 10.3.0 3.0.3

Intel® [Visual] Fortran Composer XE (and Intel® Parallel Studio XE) - Windows*, Linux* & Mac* OS X

Intel Fortran Composer XE Edition Intel Fortran Compiler XE Version Intel IPP Version Intel MKL Version Intel TBB Version
2011 update 6 12.1.0 n/a 10.3.6 n/a
2011 update 5 12.0.5 n/a 10.3.5 n/a
2011 update 4 12.0.4 n/a 10.3.4 n/a
2011 update 3 12.0.3 n/a 10.3.3 n/a
2011 update 2 12.0.2 n/a 10.3.2 n/a
2011 update 1 12.0.1 n/a 10.3.1 n/a
2011 12.0.0 n/a 10.3.0 n/a



Source:http://software.intel.com/en-us/articles/which-version-of-the-intel-ipp-intel-mkl-and-intel-tbb-libraries-are-included-in-the-intel-composer-bundles/









Please give your valuable comment for further improvement...



Is this post useful?
Working well!
Not working...
Needs some modifications..


  
pollcode.com free polls

38 comments:

  1. I think this is a really detailed step-by-step tutorial to install intel compiler on a machine :)

    ReplyDelete
  2. Hi, typing sudo /opt/intel/bin/link_install.sh -s
    in my terminal some statements is "not present" What I do?

    ReplyDelete
  3. for all things to "exist" one should install BOTH intel fortran and intel c++ compilers...

    Even then if problem persists, give me outputs of

    uname -a

    echo $PATH

    sudo /opt/intel/bin/link_install.sh -s

    ReplyDelete
  4. when registering the activation code in Intel website it is giving a message SHORT CODE INPUT IS INVALID.by which i am not getting unlock code.PLEASE SUGGEST SOMETHING ANNA
    ...

    ReplyDelete
  5. Now in terminal enter..


    sir , which one file? as according to given below..what is the meaning of the line given below..thanks

    Now enter the following line at the end of the file..

    export PATH=$PATH:/opt/intel/bin/

    Now save the file and close.

    ReplyDelete
  6. if you enter "gedit ~/.bashrc" in terminal,

    it will open a file .bashrc in a text editor...

    At the end of the file, paste this line...

    export PATH=$PATH:/opt/intel/bin/


    and save...

    :)

    ReplyDelete
  7. Here in my ubuntu 24:04, The Following ta giving error after I enter sudo ./ install.sh ---- Error:. Incorrect path to installation script. Installation can not be started if the path contains space symbols. ---- How to solve this? Pls.

    ReplyDelete
  8. The folders of the path in which your fortran files are should not have spaces.
    Example: Instead of "My folder", rename it to "My_folder".
    Does anybody know how to get the 27digit code?

    ReplyDelete
  9. Thank you for this useful post, but i've got this error: INTEL_......./ipp (not present)
    what should i do to fix it?!

    ReplyDelete
  10. Ok this is interesting and look easy to use. Friend of mine is into coding and that would be really helpful for him. Thank you for sharing it

    ReplyDelete
  11. Thank you for your post. This is superb information. It is amazing and great to visit your site.
    Linux Training in Gurgaon

    ReplyDelete
  12. This post helped me to know about the illusion of control. I think it is the tendency for people to overrate their ability to control different events. It occurs when someone feels a sense of control over outcomes that they demonstrably do not influencejogos friv gratis 2019
    Jogos 2019
    jogos friv
    abcya free games only

    ReplyDelete
  13. We have given you great information, we hope that you will continue to provide such information even further. Read More...How to sync and access Chrome's open tab across devices

    ReplyDelete
  14. We have given you great information, we hope that you will continue to provide such information even further. Read More...What are Antennas and how does it Transmit?

    ReplyDelete
  15. We have given you great information, we hope that you will continue to provide such information even further. Read More...How do CAPTCHA Tests Work? What is CAPTCHA? Details Net Ki Duniya

    ReplyDelete
  16. We have given you great information, we hope that you will continue to provide such information even further. Read More...Kesar ke Fayade केसर है बड़े काम का आइये जानते है

    ReplyDelete
  17. There is definitely a great deal to learn about this subject. I really like all of the points you have made.


    Click Here!

    ReplyDelete
  18. आज मैं आप सभी के लिए बहुत ही बेहतरीन शायरी लाया हु ओस की बूंद पर शायरी

    ReplyDelete