- 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
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| width="99%" cellpadding="3"
{{Infobox software
! style="background-color: #bbdfd7" | ''Tool''
| 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.
! style="background-color: #bbdfd7" | [http://www.hlrs.de/systems/platforms/nec-sx8/ NEC SX8]
| logo = [[Image:intel-logo.png]]
! style="background-color: #bbdfd7" | [[NEC_SX-9 | NEC SX9]]
| developer              = Intel
! style="background-color: #bbdfd7" | [[NEC_Nehalem_Cluster | NEC Nehalem Cluster]]
| available on      =  
! style="background-color: #bbdfd7" | [https://kb.hlrs.de/dgrid/ IBM bw-grid Cluster]
| category                  = [[:Category:Compiler | Compiler]]
! style="background-color: #bbdfd7" | [[Cray_XT5m| Cray XT5m]]
| license                =Commercial
! style="background-color: #bbdfd7" |
| website                = [http://software.intel.com/en-us/intel-compilers/ Intel® Compilers homepage]  
! style="background-color: #bbdfd7" |
}}
! style="background-color: #bbdfd7" |
 
! style="background-color: #bbdfd7" |
== Usage ==
! style="background-color: #bbdfd7" |
 
[[sx8|NEC SX-8]]<br />[[NEC_SX-9|NEC SX-9]]
Intel compilers (<tt>icc</tt>, <tt>icpc</tt>, <tt>ifort</tt>) are available through modules
! NEC TX7<br />(a1, asama)
{{Command|command =
!
module load compiler/intel
[[Opteron_Cluster_phoenix|Opteron Cluster]]<br />(phoenix)
}}
!
 
[[NEC_Cluster_cacau|NEC Xeon EM64T Cluster]]<br />(cacau)
{{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!
[[NEC_Nehalem_Cluster|NEC Nehalem Cluster]]<br />
}}
!
 
[[Cray_XT5m|Cray XT5m]]<br />
== See also ==
!
* [[Software Development Tools, Compilers & Libraries]]
[https://kb.hlrs.de/dgrid/ IBM bw-grid cluster]
 
!
== External links ==
[http://www.cuss.uni-stuttgart.de/ CUSS]
* [http://software.intel.com/en-us/intel-compilers/ Intel® Compilers homepage]
! Limitations
 
|-
[[Category:compiler]]
| style="background-color: #e0e0e0" |
[http://wiki.hlrs.de/organization/sos/par/services/apps/chemistry/ '''Computational Chemistry''']
| style="background-color: #e0e0e0" |
[http://wiki.hlrs.de/people/poehlmann Pöhlmann]
| style="background-color: #e0e0e0" colspan="9" |
|-
| GAMESS-US
|
[http://www.msg.ameslab.gov/GAMESS/GAMESS.html GAMESS homepage]
| available
|
|
|
|
|
|
| style="background-color: #acbecd" |
| no user restrictions, noncommercial use only
|-
| Gaussian
|
[http://www.gaussian.com/ Official Gaussian Website]
| 94<br />98
|
|
|
|
|
|
| style="background-color: #acbecd" |
| no user restrictions, noncommercial use only
|-
| Molpro
|
[http://www.molpro.net/ Molpro homepage]
| 96<br />98<br />2000<br />2002
|
|
|
|
|
|
| style="background-color: #acbecd" |
| no user restrictions, noncommercial use only
|-
| MOPAC
|
[http://www.chm.tu-dresden.de/edv/mopac6/mop.html/ MOPAC 6 manual]
| 6
|
|
|
|
|
|}

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