Difference between revisions of "Software:ics"
(→Intel Fortran compiler) |
(→Intel Fortran compiler (ifort)) |
||
Line 20: | Line 20: | ||
* '''Other Help File''': [[Help:Compilers|Compiler help file]] | * '''Other Help File''': [[Help:Compilers|Compiler help file]] | ||
* '''Related Software''': | * '''Related Software''': | ||
− | ** [[Software: | + | ** [[Software:gcc|Gnu Compilers]] |
Revision as of 16:09, 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.
|
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.
|
- Other Help File: Compiler help file
- Related Software: