- 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 |
(Update module load command to reflect actual module system setup) |
||
Line 13: | Line 13: | ||
Intel compilers (<tt>icc</tt>, <tt>icpc</tt>, <tt>ifort</tt>) are available through modules | Intel compilers (<tt>icc</tt>, <tt>icpc</tt>, <tt>ifort</tt>) are available through modules | ||
{{Command|command = | {{Command|command = | ||
module load | module load intel | ||
}} | }} | ||
Revision as of 21:48, 21 October 2022
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 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!