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

Fri, 15 Feb 2019 12:45:03 +0100

parent f4d3a9ba
No related branches found
No related tags found
No related merge requests found
Pipeline #5957 passed with warnings
......@@ -35,6 +35,7 @@ libreadline/7.0-GCCcore-6.3.0,4
libtool/2.4.6,4
libxml2/2.9.4,4
M4/1.4.18,4
METIS/5.1.0-intel-2017a,4
ncurses/6.0,4
ncurses/6.0-GCCcore-6.3.0,4
numactl/2.0.11-GCCcore-6.3.0,4
......@@ -45,6 +46,7 @@ PCRE/8.42,4
pixman/0.34.0,4
QEMU/3.1.0-VDE2,4
ScaLAPACK/2.0.2-gompi-2017a-OpenBLAS-0.2.19-LAPACK-3.7.0,4
SCOTCH/6.0.4-intel-2017a,4
SQLite/3.17.0,4
Tcl/8.6.6,4
util-linux/2.32,4
......@@ -54,3 +56,4 @@ VASP/5.4.4-intel-2017c-mkl=paralel,4
VASP/5.4.4-intel-2017c-mkl=sequential,4
VDE2/2.3.2,4
zlib/1.2.11,4
zlib/1.2.11-GCCcore-6.3.0,4
......@@ -20,6 +20,7 @@
| [Autoconf](http://www.gnu.org/software/autoconf/) | Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of M4 macro calls. |
| [Automake](http://www.gnu.org/software/automake/automake.html) | Automake: GNU Standards-compliant Makefile generator |
| [Autotools](http://autotools.io) | This bundle collect the standard GNU build tools: Autoconf, Automake and libtool |
| [CMake](http://www.cmake.org) | CMake, the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. |
| [M4](http://www.gnu.org/software/m4/m4.html) | GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc. |
| [ncurses](http://www.gnu.org/software/ncurses/) | The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses. |
| [PCRE](http://www.pcre.org/) | The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. |
......@@ -43,6 +44,13 @@
| [libxml2](http://xmlsoft.org/) | Libxml2 is the XML C parser and toolchain developed for the Gnome project (but usable outside of the Gnome platform). |
| [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. |
## Math
| Module | Description |
| ------ | ----------- |
| [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. |
| [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
| Module | Description |
......
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