- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

Intel Compiler: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
No edit summary
(One intermediate revision by the same user not shown)
Line 14: Line 14:
{{Command|command =
{{Command|command =
module load compiler/intel
module load compiler/intel
}}
{{Warning|text =
Do not use the <tt>-xHost</tt> option as the frontend nodes of hazelhen and laki are a different architecture than the compute nodes and you will lose performance!
}}
}}



Revision as of 10:27, 6 April 2016

Intel® Professional Edition Compilers include advanced optimization features, multithreading capabilities, and support for Intel® processors and compatible processors. They also provide highly optimized performance libraries for creating multithreaded applications.
Intel-logo.png
Developer: Intel
Platforms: NEC Nehalem Cluster
Category: Compiler
License: Commercial
Website: Intel® Compilers homepage


Usage

Intel compilers (icc, icpc, ifort) are available through modules

module load compiler/intel


Warning: Do not use the -xHost option as the frontend nodes of hazelhen and laki are a different architecture than the compute nodes and you will lose performance!


See also

External links