Skip to content
Snippets Groups Projects
Commit 86b9c37b authored by Easy Build's avatar Easy Build
Browse files

Wed, 13 Feb 2019 13:15:04 +0100

parent 72c11847
No related branches found
No related tags found
No related merge requests found
Pipeline #5903 passed with warnings
...@@ -6,5 +6,12 @@ flex/2.6.3,4 ...@@ -6,5 +6,12 @@ flex/2.6.3,4
GCC/6.3.0-2.27,4 GCC/6.3.0-2.27,4
GCCcore/6.3.0,4 GCCcore/6.3.0,4
help2man/1.47.4,4 help2man/1.47.4,4
icc/2017.7.259-GCC-6.3.0-2.27,4
iccifort/2017.7.259-GCC-6.3.0-2.27,4
ifort/2017.7.259-GCC-6.3.0-2.27,4
iimpi/2017c,4
imkl/2017.4.239-iimpi-2017c,4
impi/2017.4.239-iccifort-2017.7.259-GCC-6.3.0-2.27,4
intel/2017c,4
M4/1.4.18,4 M4/1.4.18,4
zlib/1.2.11,4 zlib/1.2.11,4
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
| ------ | ----------- | | ------ | ----------- |
| [GCC](http://gcc.gnu.org/) | The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). | | [GCC](http://gcc.gnu.org/) | The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). |
| [GCCcore](http://gcc.gnu.org/) | The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). | | [GCCcore](http://gcc.gnu.org/) | The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). |
| [icc](http://software.intel.com/en-us/intel-compilers/) | Intel C and C++ compilers |
| [ifort](http://software.intel.com/en-us/intel-compilers/) | Intel Fortran compiler |
## Devel ## Devel
...@@ -25,6 +27,26 @@ ...@@ -25,6 +27,26 @@
| ------ | ----------- | | ------ | ----------- |
| [zlib](http://www.zlib.net/) | zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. | | [zlib](http://www.zlib.net/) | zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. |
## Mpi
| Module | Description |
| ------ | ----------- |
| [impi](http://software.intel.com/en-us/intel-mpi-library/) | Intel MPI Library, compatible with MPICH ABI |
## Numlib
| Module | Description |
| ------ | ----------- |
| [imkl](http://software.intel.com/en-us/intel-mkl/) | Intel Math Kernel Library is a library of highly optimized, extensively threaded math routines for science, engineering, and financial applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more. |
## Toolchain
| Module | Description |
| ------ | ----------- |
| [iccifort](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel C, C++ & Fortran compilers |
| [iimpi](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel C/C++ and Fortran compilers, alongside Intel MPI. |
| [intel](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Compiler toolchain including Intel compilers, Intel MPI and Intel Math Kernel Library (MKL). |
## Tools ## Tools
| Module | Description | | Module | Description |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment