LLVM
From ScientificComputing
Revision as of 07:55, 10 November 2016 by Sfux (talk | contribs) (Created page with "{{Application}}")
Please note that this application page is referring to the old CentOS software stack which is obsolete and does not work any more with the new Ubuntu setup. You can find an overview on the Ubuntu software stack on this wiki page.
Contents
Category
Development, CompilerDescription
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. The name "LLVM" itself is not an acronym; it is the full name of the project.Available versions (Euler, old software stack)
Legacy versions | Supported versions | New versions |
---|---|---|
3.6.0, 4.0.1 |
Please note that this page refers to installations from the old software stack. There are two software stacks on Euler. Newer versions of software are found in the new software stack.
Environment modules (Euler, old software stack)
Version | Module load command | Additional modules loaded automatically |
---|---|---|
3.6.0 | module load new llvm/3.6.0 | gcc/4.8.2 openblas/0.2.13_seq python/2.7.6 |
4.0.1 | module load new llvm/4.0.1 | gcc/4.8.2 openblas/0.2.13_seq python/2.7.12 |
Please note that this page refers to installations from the old software stack. There are two software stacks on Euler. Newer versions of software are found in the new software stack.
License information
University of Illinois/NCSA Open Source LicenseNotes
The llvm module sets several environment variables, which point to the different executables for the available compilers.- $CC → C compiler clang
- $CXX → C++ compiler clang++