IntelCompilers: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
On any [[Redhat]] host we have support for using Intel® C++ Composer XE for Linux and Intel® Fortran Composer XE for Linux.
On any [[Redhat]] host we have support for using Intel® C++ Composer XE for Linux and Intel® Fortran Composer XE for Linux.



Revision as of 18:34, 23 November 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.

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