Difference between revisions of "Software:ics"

From CAC Wiki
Jump to: navigation, search
(Intel Fortran compiler)
(Intel Fortran compiler (ifort))
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Intel Compiler Suite ==
 
== Intel Compiler Suite ==
  
=== Intel C/C++ compiler ===
+
=== Intel C/C++ compiler (icc, icpc) ===
 
{|  style="border-spacing: 8px;"
 
{|  style="border-spacing: 8px;"
 
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" |
 
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" |
Line 7: Line 7:
 
* '''Current Version''': 12.1
 
* '''Current Version''': 12.1
 
* '''Location''':  /opt/ics
 
* '''Location''':  /opt/ics
* '''Documentation Files''': Run a local browser and point it to '''file://opt/ics/composer_xe_2011_sp1.6.233/Documentation/en_US/documentation_c.htm'''.
+
* '''Documentation Files''': Run a local browser and point it to '''file:////opt/ics/composer_xe_2011_sp1.6.233/Documentation/en_US/compiler_c/compiler_documentation_c.htm'''.
* '''Other Help File''': [[Help:Compilers|Compiler help file]]
+
* '''Related Software''':
+
** [[Software:gnu|Gnu Compilers]]
+
 
|}
 
|}
  
=== Intel Fortran compiler ===
+
=== Intel Fortran compiler (ifort) ===
 
{|  style="border-spacing: 8px;"
 
{|  style="border-spacing: 8px;"
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" |
+
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#f7f7f7; border-radius:7px" |
The Intel® Fortran Compiler can generate code for IA-32 or Intel® 64 applications on any Intel®-based Windows* system. IA-32 architecture applications (32-bit) can run on all Intel®-based Windows systems. Intel® 64 architecture applications can run only on Intel® 64 architecture-based Windows systems. You can use the compiler on the command line or in the Microsoft Visual Studio* integrated development environment.
+
The Intel® Fortran Compiler can generate code for IA-32 or Intel® 64 applications on any Intel®-based Linux system. IA-32 architecture applications (32-bit) can run on all Intel®-based Linux systems. Intel® 64 architecture applications can run only on Intel® 64 architecture-based Linux systems. You can use the compiler on the command line or in the Eclipse* integrated development environment.
 
* '''Current Version''': 12.1
 
* '''Current Version''': 12.1
 
* '''Location''':  /opt/ics
 
* '''Location''':  /opt/ics
 
* '''Documentation Files''': Run a local browser and point it to '''file:////opt/ics/composer_xe_2011_sp1.6.233/Documentation/en_US/compiler_f/compiler_documentation_f.htm'''.
 
* '''Documentation Files''': Run a local browser and point it to '''file:////opt/ics/composer_xe_2011_sp1.6.233/Documentation/en_US/compiler_f/compiler_documentation_f.htm'''.
* '''Help File''': [[FAQ:Compilers|HPCVL Compiler FAQ]]
+
|}
 +
* '''Other Help File''': [[HowTo:Compilers|Compiler help file]]
 
* '''Related Software''':  
 
* '''Related Software''':  
** [[Software:icc|Intel C/C++ Compiler]]
+
** [[Software:gcc|Gnu Compilers]]
** [[Software:gfortran|Gnu Fortran Compiler]]
+
|}
+

Latest revision as of 16:10, 7 July 2016

Intel Compiler Suite

Intel C/C++ compiler (icc, icpc)

The Intel® C++ Compiler can generate code for IA-32 or Intel® 64 applications on any Intel®-based Linux* system. IA-32 architecture applications (32-bit) can run on all Intel®-based Linux systems. Intel® 64 architecture applications can run only on Intel® 64 architecture-based Linux systems. You can use the compiler on the command line or in the Eclipse* integrated development environment.

  • Current Version: 12.1
  • Location: /opt/ics
  • Documentation Files: Run a local browser and point it to file:////opt/ics/composer_xe_2011_sp1.6.233/Documentation/en_US/compiler_c/compiler_documentation_c.htm.

Intel Fortran compiler (ifort)

The Intel® Fortran Compiler can generate code for IA-32 or Intel® 64 applications on any Intel®-based Linux system. IA-32 architecture applications (32-bit) can run on all Intel®-based Linux systems. Intel® 64 architecture applications can run only on Intel® 64 architecture-based Linux systems. You can use the compiler on the command line or in the Eclipse* integrated development environment.

  • Current Version: 12.1
  • Location: /opt/ics
  • Documentation Files: Run a local browser and point it to file:////opt/ics/composer_xe_2011_sp1.6.233/Documentation/en_US/compiler_f/compiler_documentation_f.htm.