IntelCompilers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
source /opt/intel/Compiler/11.1/current/bin/ifortvars.csh intel64 | source /opt/intel/Compiler/11.1/current/bin/ifortvars.csh intel64 | ||
source /opt/intel/Compiler/11.1/current/bin/iccvars.csh intel64 | source /opt/intel/Compiler/11.1/current/bin/iccvars.csh intel64 | ||
To get started using Intel(R) Composer XE 2011 Update 1 located in | |||
/opt/intel/composerxe-2011.1.107: | |||
- 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_f.htm. |
Revision as of 16:26, 3 December 2010
On any RedHat host we have support for using Intel® C++ Composer XE for Linux and Intel® Fortran Composer XE for Linux.
To setup your environment you will need to source some config files depending on your shell and architecture.
Version 11.1
32bit Bash
source /opt/intel/Compiler/11.1/current/bin/ifortvars.sh ia32 source /opt/intel/Compiler/11.1/current/bin/iccvars.sh ia32
64bit Bash
source /opt/intel/Compiler/11.1/current/bin/ifortvars.sh intel64 source /opt/intel/Compiler/11.1/current/bin/iccvars.sh intel64
32bit Tcsh
source /opt/intel/Compiler/11.1/current/bin/ifortvars.csh ia32 source /opt/intel/Compiler/11.1/current/bin/iccvars.csh ia32
64bit Tcsh
source /opt/intel/Compiler/11.1/current/bin/ifortvars.csh intel64 source /opt/intel/Compiler/11.1/current/bin/iccvars.csh intel64
To get started using Intel(R) Composer XE 2011 Update 1 located in
/opt/intel/composerxe-2011.1.107:
- 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_f.htm.