Difference between revisions of "Compilers and linkers"
From LPTMS Wiki
(→Compilers) |
|||
Line 1: | Line 1: | ||
==Compilers== | ==Compilers== | ||
− | * Gnu compilers : gcc, gfortran | + | * Gnu compilers : [http://gcc.gnu.org gcc], [http://gcc.gnu.org/fortran gfortran] |
* [http://clang.llvm.org Clang] | * [http://clang.llvm.org Clang] | ||
− | * intel | + | * [http://software.intel.com/en-us/articles/intel-sdp-products intel free compilers] (icc, ifort,...) |
==Installing== | ==Installing== |
Revision as of 22:31, 3 February 2011
Compilers
- Gnu compilers : gcc, gfortran
- Clang
- intel free compilers (icc, ifort,...)