diff --git a/uv2000.csv b/uv2000.csv index 230f496ace310e29b523c21a2f38baffd5488994..8594c957d482ddf3e42221e08b224c9a1e6697bd 100644 --- a/uv2000.csv +++ b/uv2000.csv @@ -10,7 +10,9 @@ Bison/3.0.4,4 Bison/3.0.4-GCCcore-6.3.0,4 Boost/1.63.0-intel-2017a,4 bzip2/1.0.6,4 +CGAL/4.12-intel-2017a,4 EasyBuild/3.8.1,4 +Eigen/3.3.3,4 expat/2.2.0,4 FFTW/3.3.6-gompi-2017a,4 flex/2.6.0,4 @@ -26,6 +28,7 @@ GCC/6.3.0-2.27,4 GCCcore/6.3.0,4 gettext/0.19.8.1,4 GLib/2.57.1,4 +GMP/6.1.1,4 GMP/6.1.2,4 gompi/2017a,4 help2man/1.47.4,4 @@ -61,6 +64,7 @@ M4/1.4.18-GCCcore-6.3.0,4 Mako/1.0.6-Python-2.7.13,4 Mesa/18.1.3-GCC-6.3.0-2.27,4 METIS/5.1.0-intel-2017a,4 +MPFR/3.1.4-intel-2017a,4 ncurses/6.0,4 ncurses/6.0-GCCcore-6.3.0,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 SCOTCH/6.0.4-intel-2017a,4 SCOTCH/6.0.5a-intel-2017a,4 SQLite/3.17.0,4 +Szip/2.1,4 Szip/2.1-intel-2017a,4 Tcl/8.6.6,4 Tcl/8.6.6-GCCcore-6.3.0,4 diff --git a/uv2000.md b/uv2000.md index 5553a20161484f9597901597c735a25dec0b753c..add5ccd1b2a46b9c4337086540ff92c67cbc8b8d 100644 --- a/uv2000.md +++ b/uv2000.md @@ -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. | | [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. | +| [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. | ## Mpi @@ -80,6 +81,7 @@ | 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. | | [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. |