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

Wed, 20 Feb 2019 08:15:05 +0100

parent 5e4ac8b2
No related branches found
No related tags found
No related merge requests found
Pipeline #5999 passed with warnings
...@@ -10,7 +10,9 @@ Bison/3.0.4,4 ...@@ -10,7 +10,9 @@ Bison/3.0.4,4
Bison/3.0.4-GCCcore-6.3.0,4 Bison/3.0.4-GCCcore-6.3.0,4
Boost/1.63.0-intel-2017a,4 Boost/1.63.0-intel-2017a,4
bzip2/1.0.6,4 bzip2/1.0.6,4
CGAL/4.12-intel-2017a,4
EasyBuild/3.8.1,4 EasyBuild/3.8.1,4
Eigen/3.3.3,4
expat/2.2.0,4 expat/2.2.0,4
FFTW/3.3.6-gompi-2017a,4 FFTW/3.3.6-gompi-2017a,4
flex/2.6.0,4 flex/2.6.0,4
...@@ -26,6 +28,7 @@ GCC/6.3.0-2.27,4 ...@@ -26,6 +28,7 @@ GCC/6.3.0-2.27,4
GCCcore/6.3.0,4 GCCcore/6.3.0,4
gettext/0.19.8.1,4 gettext/0.19.8.1,4
GLib/2.57.1,4 GLib/2.57.1,4
GMP/6.1.1,4
GMP/6.1.2,4 GMP/6.1.2,4
gompi/2017a,4 gompi/2017a,4
help2man/1.47.4,4 help2man/1.47.4,4
...@@ -61,6 +64,7 @@ M4/1.4.18-GCCcore-6.3.0,4 ...@@ -61,6 +64,7 @@ M4/1.4.18-GCCcore-6.3.0,4
Mako/1.0.6-Python-2.7.13,4 Mako/1.0.6-Python-2.7.13,4
Mesa/18.1.3-GCC-6.3.0-2.27,4 Mesa/18.1.3-GCC-6.3.0-2.27,4
METIS/5.1.0-intel-2017a,4 METIS/5.1.0-intel-2017a,4
MPFR/3.1.4-intel-2017a,4
ncurses/6.0,4 ncurses/6.0,4
ncurses/6.0-GCCcore-6.3.0,4 ncurses/6.0-GCCcore-6.3.0,4
nettle/3.3-GCC-6.3.0-2.27,4 nettle/3.3-GCC-6.3.0-2.27,4
...@@ -80,6 +84,7 @@ ScaLAPACK/2.0.2-gompi-2017a-OpenBLAS-0.2.19-LAPACK-3.7.0,4 ...@@ -80,6 +84,7 @@ ScaLAPACK/2.0.2-gompi-2017a-OpenBLAS-0.2.19-LAPACK-3.7.0,4
SCOTCH/6.0.4-intel-2017a,4 SCOTCH/6.0.4-intel-2017a,4
SCOTCH/6.0.5a-intel-2017a,4 SCOTCH/6.0.5a-intel-2017a,4
SQLite/3.17.0,4 SQLite/3.17.0,4
Szip/2.1,4
Szip/2.1-intel-2017a,4 Szip/2.1-intel-2017a,4
Tcl/8.6.6,4 Tcl/8.6.6,4
Tcl/8.6.6-GCCcore-6.3.0,4 Tcl/8.6.6-GCCcore-6.3.0,4
......
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
| [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page) | Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. | | [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page) | Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. |
| [GMP](http://gmplib.org/) | GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. | | [GMP](http://gmplib.org/) | GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. |
| [METIS](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview) | METIS is a set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices. The algorithms implemented in METIS are based on the multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes. | | [METIS](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview) | METIS is a set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices. The algorithms implemented in METIS are based on the multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes. |
| [MPFR](http://www.mpfr.org) | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. |
| [SCOTCH](http://gforge.inria.fr/projects/scotch/) | Software package and libraries for sequential and parallel graph partitioning, static mapping, and sparse matrix block ordering, and sequential mesh and hypergraph partitioning. | | [SCOTCH](http://gforge.inria.fr/projects/scotch/) | Software package and libraries for sequential and parallel graph partitioning, static mapping, and sparse matrix block ordering, and sequential mesh and hypergraph partitioning. |
## Mpi ## Mpi
...@@ -80,6 +81,7 @@ ...@@ -80,6 +81,7 @@
| Module | Description | | Module | Description |
| ------ | ----------- | | ------ | ----------- |
| [CGAL](http://www.cgal.org/) | The goal of the CGAL Open Source Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. |
| [FFTW](http://www.fftw.org) | FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data. | | [FFTW](http://www.fftw.org) | FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data. |
| [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. | | [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. |
| [OpenBLAS](http://xianyi.github.com/OpenBLAS/) | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. | | [OpenBLAS](http://xianyi.github.com/OpenBLAS/) | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. |
......
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