From 86b9c37bcd29d0527027014a18c17f80157c41b7 Mon Sep 17 00:00:00 2001 From: Easy Build <easybuild@login4.head.smc.salomon.it4i.cz> Date: Wed, 13 Feb 2019 13:15:04 +0100 Subject: [PATCH] Wed, 13 Feb 2019 13:15:04 +0100 --- uv2000.csv | 7 +++++++ uv2000.md | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/uv2000.csv b/uv2000.csv index 41569ae0..b7c7fd3e 100644 --- a/uv2000.csv +++ b/uv2000.csv @@ -6,5 +6,12 @@ flex/2.6.3,4 GCC/6.3.0-2.27,4 GCCcore/6.3.0,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 zlib/1.2.11,4 diff --git a/uv2000.md b/uv2000.md index c15821a9..d6f52bb9 100644 --- a/uv2000.md +++ b/uv2000.md @@ -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,...). | | [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 @@ -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. | +## 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 | Module | Description | -- GitLab