diff --git a/salomon.csv b/salomon.csv index 7ee67d08c804978d5bdc85cf19c0e5873787a442..5f4759d04d7419c05b4d1268d45b5e433b448ed2 100644 --- a/salomon.csv +++ b/salomon.csv @@ -927,7 +927,6 @@ GMP/6.1.0-intel-2016.01,2 GMP/6.1.0-intel-2017.00,2 GMP/6.1.1-foss-2017a,2 GMP/6.1.1-intel-2017a,2 -GMP/6.1.1-intel-2017.00,2 GMP/6.1.1,2 GMP/6.1.2,2 Harminv/1.4-intel-2015b,2 @@ -939,15 +938,17 @@ Keras/2.0.5-Tensorflow-1.2.0-Python-3.6.1,2 Keras/2.0.5-Tensorflow-1.3.0-intel-2017b-mkl-Python-3.6.1,2 Keras/2.0.5-Theano-1.2.0-Python-3.6.1,2 MATLAB/2013a-EDU,2 +MATLAB/2015a-COM,2 +MATLAB/2015a-EDU,2 +MATLAB/2015b-COM,2 +MATLAB/2015b-EDU,2 METIS/5.1.0-intel-2015b,2 METIS/5.1.0-intel-2016.01,2 METIS/5.1.0-intel-2016.01-32bitIDX,2 METIS/5.1.0-intel-2017a,2 METIS/5.1.0-intel-2017.00,2 -MPC/1.0.2-intel-2017.00,2 MPC/1.0.2,2 MPFR/3.1.4-intel-2017a,2 -MPFR/3.1.5-intel-2017.00,2 MPFR/3.1.5,2 MUMPS/5.0.2-intel-2017a-parmetis,2 Octave/3.8.2-foss-2015g,2 @@ -1304,10 +1305,6 @@ LicenseChecker/1.0,2 Lmod/7.2.2,2 Lmod/7.4.8,2 Lmod/7.7.7,2 -MATLAB/2015a-COM,2 -MATLAB/2015a-EDU,2 -MATLAB/2015b-COM,2 -MATLAB/2015b-EDU,2 MIKE/2014,2 MIKE/2016-SP2-test,2 MIKE/2016-SP2,2 diff --git a/salomon.md b/salomon.md index 42cc7e4689b6a5da7995f45e882fde6913005f19..06f3bfb4fc377baba5fb3bf585fb8cb0dd074278 100644 --- a/salomon.md +++ b/salomon.md @@ -260,11 +260,11 @@ | [libcerf](http://gnuplot.sourceforge.net/) | libcerf is a self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions. | | [libsmm](https://www.cp2k.org/) | Library for small matrix multiplies. | | [libxsmm](https://github.com/hfp/libxsmm) | LIBXSMM is a library for small dense and small sparse matrix-matrix multiplications targeting Intel Architecture (x86). | -| MATLAB | | +| [MATLAB](http://www.mathworks.com/products/matlab) | MATLAB is a high-level language and interactive environment that enables you to perform computationally intensive tasks faster than with traditional programming languages such as C, C++, and Fortran. | | [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. | -| MPC | | -| [MPFR](http://www.mpfr.org) | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. | -| MUMPS | | +| [MPC](http://www.multiprecision.org/) | Gnu Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It extends the principles of the IEEE-754 standard for fixed precision real floating point numbers to complex numbers, providing well-defined semantics for every operation. At the same time, speed of operation at high precision is a major design goal. | +| MPFR | | +| [MUMPS](http://graal.ens-lyon.fr/MUMPS/) | [A parallel sparse direct solver | | [numpy](http://www.numpy.org) | NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, useful linear algebra, Fourier transform, and random number capabilities. Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases. | | [Octave](http://www.gnu.org/software/octave/) | GNU Octave is a high-level interpreted language, primarily intended for numerical computations. | | [ParMETIS](http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview) | ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs, meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning schemes. | @@ -282,7 +282,7 @@ | [impi](http://software.intel.com/en-us/intel-mpi-library/) | The Intel(R) MPI Library for Linux* OS is a multi-fabric message passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification. | | [MPI_NET](http://www.osl.iu.edu/research/mpi.net/) | MPI.NET is a high-performance, easy-to-use implementation of the Message Passing Interface (MPI) for Microsoft's .NET environment | | [MPICH](http://www.mpich.org/) | MPICH v3.x is an open source high-performance MPI 3.0 implementation. It does not support InfiniBand (use MVAPICH2 with InfiniBand devices). | -| MPT | | +| [MPT](https://www.nas.nasa.gov/hecc/support/kb/sgi-mpt_89.html) | [The modulefile defines paths and environment variables needed to use MPT in a non-default location. | | [MVAPICH2](http://mvapich.cse.ohio-state.edu/overview/mvapich2/) | This is an MPI 3.0 implementation. It is based on MPICH2 and MVICH. | | [OpenMPI](http://www.open-mpi.org/) | The Open MPI Project is an open source MPI-2 implementation. | @@ -293,7 +293,7 @@ | [Armadillo](http://arma.sourceforge.net/) | Armadillo is an open-source C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. | | [arpack-ng](http://forge.scilab.org/index.php/p/arpack-ng/) | ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. | | [ATLAS](http://math-atlas.sourceforge.net) | ATLAS (Automatically Tuned Linear Algebra Software) is the application of the AEOS (Automated Empirical Optimization of Software) paradigm, with the present emphasis on the Basic Linear Algebra Subprograms (BLAS), a widely used, performance-critical, linear algebra kernel library. | -| CGAL | | +| [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. | | Clp | | | [CNTKCustomMKL](https://www.microsoft.com/en-us/cognitive-toolkit/) | The default CNTK math library is the Intel Math Kernel Library (Intel MKL). CNTK supports using the Intel MKL via a custom library version (CNTK custom MKL). | | [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. | @@ -407,7 +407,6 @@ | [likwid](https://github.com/RRZE-HPC/likwid) | Toolsuite of command line applications for performance oriented programmers | | Lmod | | | LSMS | | -| MATLAB | | | [Mercurial](http://mercurial.selenic.com/) | Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface. | | [MIKE](http://www.mikepoweredbydhi.com) | MIKE Powered by DHI is a part of DHI, the global organisation dedicated to solving challenges in water environments worldwide. | | [networkx](https://pypi.python.org/pypi/networkx) | NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. | diff --git a/uv2000.csv b/uv2000.csv index ca4237628be143953f0ce9d97428235880d83616..97cfe4babc078d79cced36c835e7145f74b1656c 100644 --- a/uv2000.csv +++ b/uv2000.csv @@ -210,10 +210,6 @@ EasyBuild/3.4.0,3 EasyBuild/3.4.1,3 EasyBuild/3.5.0,3 MATLAB/2013a-EDU,3 -MATLAB/2015a-COM,3 -MATLAB/2015a-EDU,3 -MATLAB/2015b-COM,3 -MATLAB/2015b-EDU,3 Mercurial/3.7.3-foss-2015g-Python-2.7.9,3 QEMU/2.1.2-GCC-4.4.7-system-VDE2,3 QEMU/2.1.2-GCC-4.4.7-system,3