From 038752900096a7d854cf360bb173a88b88f9a50a Mon Sep 17 00:00:00 2001 From: easybuild <you@example.com> Date: Wed, 22 Sep 2021 10:15:02 +0200 Subject: [PATCH] Wed, 22 Sep 2021 10:15:02 +0200 --- karolina.csv | 4 ++++ karolina.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/karolina.csv b/karolina.csv index 16d90bad..be58539f 100644 --- a/karolina.csv +++ b/karolina.csv @@ -189,6 +189,7 @@ GCCcore/8.3.0,1 GCCcore/9.3.0,1 gcccuda/2020b,1 GDAL/3.2.1-foss-2020b,1 +GDAL/3.3.0-foss-2021a,1 GDRCopy/2.1-GCCcore-10.2.0-CUDA-11.1.1,1 GDRCopy/2.1-NVHPC-21.2-CUDA-11.2.2,1 GDRCopy/2.1-NVHPC-21.2-CUDA-11.3.0,1 @@ -275,6 +276,7 @@ HyperQueue/0.4.0,1 hypothesis/5.41.2-GCCcore-10.2.0,1 hypothesis/6.13.1-GCC-10.2.0,1 hypothesis/6.13.1-GCCcore-10.3.0,1 +Hypre/2.20.0-intel-2020b,1 icc/2017.8.262-GCC-6.3.0-2.27,1 icc/2018.5.274-GCC-8.3.0-2.32,1 icc/2019.1.144-GCC-8.2.0-2.31.1,1 @@ -452,6 +454,7 @@ MPFR/4.1.0-GCCcore-10.2.0,1 mpi4py/3.1.1-gompi-2020b,1 mpi4py/3.1.1-intel-2020b,1 MPICH/3.3.2-GCC-10.2.0,1 +MUMPS/5.3.5-intel-2020b-metis,1 NASM/2.13.03,1 NASM/2.15.05,1 NASM/2.15.05-GCCcore-10.2.0,1 @@ -612,6 +615,7 @@ SQLite/3.31.1-GCCcore-9.3.0,1 SQLite/3.33.0-GCCcore-10.2.0,1 SQLite/3.35.4-GCCcore-10.3.0,1 squashfs-tools/4.3,1 +SuiteSparse/5.8.1-intel-2020b-METIS-5.1.0,1 sympy/1.7.1-foss-2020b,1 Szip/2.1.1-GCCcore-10.2.0,1 Szip/2.1.1-GCCcore-10.3.0,1 diff --git a/karolina.md b/karolina.md index d0cdca09..805e77da 100644 --- a/karolina.md +++ b/karolina.md @@ -214,6 +214,7 @@ | [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](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](https://www.mpfr.org) | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. | +| [MUMPS](https://graal.ens-lyon.fr/MUMPS/) | A parallel sparse direct solver | | [numpy](http://www.numpy.org) | NumPy is the fundamental package needed for scientific local_computing with Python. | | [Octave](http://www.gnu.org/software/octave/) | GNU Octave is a high-level interpreted language, primarily intended for numerical local_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 local_computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes routines that are especially suited for parallel AMR local_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. | @@ -240,11 +241,13 @@ | [cuDNN](https://developer.nvidia.com/cudnn) | The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for deep neural networks. | | [FFTW](http://www.fftw.org) | FFTW is a C subroutine library for local_computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and local_complex data. | | [GSL](https://www.gnu.org/software/gsl/) | The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. | +| [Hypre](https://computation.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods) | Hypre is a library for solving large, sparse linear systems of equations on massively parallel computers. The problems of interest arise in the simulation codes being developed at LLNL and elsewhere to study physical phenomena in the defense, environmental, energy, and biological sciences. | | [imkl](https://software.intel.com/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. | | [mkl](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. | | [NLopt](http://ab-initio.mit.edu/wiki/index.php/NLopt) | NLopt is a free/open-source library for nonlinear optimization, providing a common interface for a number of different free optimization routines available online as well as original implementations of various other algorithms. | | [OpenBLAS](http://xianyi.github.com/OpenBLAS/) | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. | | [ScaLAPACK](http://www.netlib.org/scalapack/) | The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines redesigned for distributed memory MIMD parallel computers. | +| [SuiteSparse](https://faculty.cse.tamu.edu/davis/suitesparse.html) | SuiteSparse is a collection of libraries manipulate sparse matrices. | ## Perf -- GitLab