This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
compiling [2021/02/26 21:19] root |
compiling [2021/03/05 14:58] (current) root |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| ==Intel== | ==Intel== | ||
| (all intel compilers, | (all intel compilers, | ||
| - | Multiple versions are mostly for backwards compatibility. | + | Multiple versions are mostly for backwards compatibility. |
| ==PGI== | ==PGI== | ||
| - | (pgcc, | + | (pgcc, |
| + | |||
| + | |||
| + | ==NVidia== | ||
| + | nvhpc/20.7, the HPC SDK, loads the LLVM-based Cuda compiler (nvcc) as well as Cuda libraries, PGI-based compilers (pgcc, | ||
| + | cuda/5.5 through 11.1 loads nvcc and Cuda libraries. | ||
| ==Oracle== | ==Oracle== | ||
| - | (suncc, | + | sunstudio/ |
| ==Clang== | ==Clang== | ||
| - | clang 3.4.2-9 is the base version installed by rpm. | + | clang 3.4.2-9 is the older base version installed by rpm. |
| - | clang/5.0.1 is the devtoolset-7 version. | + | clang/ |
| + | |||
| + | ==AMD== | ||
| + | aocc/2.3.0 is AMD's LLVM-based compiler (clang, | ||
| ===MPI Modules=== | ===MPI Modules=== | ||