- 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
No edit summary
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox software
{{Infobox software
| description = '''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.
| description = '''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.
| logo = [[Image:intel-logo.png]]
| developer              = Intel
| developer              = Intel
| available on      = [[NEC Nehalem Cluster]]
| available on      =  
| category                  = [[:Category:Compiler | Compiler]]
| category                  = [[:Category:Compiler | Compiler]]
| license                =Commercial
| license                =Commercial
| website                = [http://software.intel.com/en-us/intel-compilers/ Intel Compiler homepage]  
| website                = [http://software.intel.com/en-us/intel-compilers/ Intel® Compilers homepage]  
}}
 
== Usage ==
 
Intel compilers (<tt>icc</tt>, <tt>icpc</tt>, <tt>ifort</tt>) are available through modules
{{Command|command =
module load compiler/intel
}}
 
{{Warning|text =
Do not use the <tt>-xHost</tt> option as the frontend nodes are a different architecture than the compute nodes and you will lose performance!
}}
}}


Line 12: Line 24:


== External links ==
== External links ==
* [http://software.intel.com/en-us/intel-compilers/ Intel Compiler homepage]
* [http://software.intel.com/en-us/intel-compilers/ Intel® Compilers homepage]


[[Category:compiler]]
[[Category:compiler]]

Revision as of 20:40, 18 August 2021

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:
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 are a different architecture than the compute nodes and you will lose performance!


See also

External links