Compilers and linkers: Difference between revisions

From LPTMS Wiki
Jump to navigation Jump to search
(Created page with "* Gnu compiler : gcc * [http://clang.llvm.org/ Clang]")
 
No edit summary
Line 1: Line 1:
* Gnu compiler : gcc
 
* [http://clang.llvm.org/ Clang]
==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 23:28, 3 February 2011

Compilers

  • Gnu compilers : gcc, gfortran
  • Clang
  • intel : icc, ifort

Installing

Version Control