User:Le Forgeron/vault/Ubuntu Icc
< User:Le Forgeron | vault
Jump to navigation
Jump to search
Revision as of 20:05, 21 February 2012 by Le Forgeron (talk | contribs) (Created page with "# Get the compiler http://software.intel.com/en-us/articles/non-commercial-software-development/ ## Check if you qualify ## Register ## Keep note of the serial number ## Downl...")
- Get the compiler http://software.intel.com/en-us/articles/non-commercial-software-development/
- Check if you qualify
- Register
- Keep note of the serial number
- Download the compiler (Intel© C++ Composer XE for Linux (formely Intel© C++ Compiler Professional Edition for Linux))
- Extract ( tar -xvf l_ccompxe_intel64_2011.9.293.tgz )
- Change directory (cd l_ccompxe_intel64_2011.9.293 )
- Set a root password (sudo passwd root )
- Install ( ./install.sh )
- Remember:
To get started using Intel(R) Composer XE 2011 Update 9 located in /opt/intel/composer_xe_2011_sp1.9.293: - Set the environment variables for a terminal window using one of the following (replace "intel64" with "ia32" if you are using a 32-bit platform). For csh/tcsh: $ source install-dir/bin/compilervars.csh intel64 For bash: $ source install-dir/bin/compilervars.sh intel64 To invoke the installed compilers: For C++: icpc For C: icc For Fortran: ifort To get help, append the -help option or precede with the man command. - To view a table of getting started documents: install-dir/Documentation/en_US/documentation_c.htm.