Difference between revisions of "Compilers and linkers"
From LPTMS Wiki
(Created page with "* Gnu compiler : gcc * [http://clang.llvm.org/ Clang]") |
|||
Line 1: | Line 1: | ||
− | * Gnu | + | |
− | * [http://clang.llvm.org/ | + | ==Compilers== |
+ | * Gnu compilers : gcc, gfortran | ||
+ | * [http://clang.llvm.org Clang] | ||
+ | * intel : icc, ifort | ||
+ | |||
+ | ==Installing== | ||
+ | * [http://www.gnu.org/software/make/manual/make.html Gnu Make] | ||
+ | * [http://www.cmake.org Cmake] | ||
+ | |||
+ | ==Version Control== | ||
+ | * [http://subversion.apache.org Subversion] | ||
+ | * [http://bazaar.canonical.com Bazaar] | ||
+ | * [http://www.nongnu.org/cvs CVS] |
Revision as of 22:28, 3 February 2011
Compilers
- Gnu compilers : gcc, gfortran
- Clang
- intel : icc, ifort