- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
Difference between revisions of "Intel Compiler"
From HLRS Platforms
Jump to navigationJump to search(2 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
| logo = [[Image:intel-logo.png]] | | logo = [[Image:intel-logo.png]] | ||
| developer = Intel | | developer = Intel | ||
− | | available on = | + | | available on = |
| category = [[:Category:Compiler | Compiler]] | | category = [[:Category:Compiler | Compiler]] | ||
| license =Commercial | | license =Commercial | ||
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 are a different architecture than the compute nodes and you will lose performance! | ||
}} | }} | ||
Latest 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. |
|
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!