diff --git a/dgx.csv b/dgx.csv index 6913648261c9efadf4d85022fc04655995ef29cb..734752ecb1246452159a63db48ddf7db98906a3f 100644 --- a/dgx.csv +++ b/dgx.csv @@ -25,6 +25,7 @@ CUDA/10.2.89,16 CUDA/9.2.148,16 CUDAcore/11.3.0,16 CUDAcore/11.3.1,16 +DB/18.1.32-GCCcore-9.3.0,16 dotNET-Core-Runtime/3.1.1,16 dotNET-Core-SDK/3.1.101,16 EasyBuild/3.9.4,16 @@ -41,6 +42,7 @@ EasyBuild/4.3.2,16 EasyBuild/4.3.3,16 EasyBuild/4.3.4,16 EasyBuild/4.4.0,16 +expat/2.2.9-GCCcore-9.3.0,16 flex/2.6.3,16 flex/2.6.4,16 flex/2.6.4-GCCcore-10.3.0,16 @@ -60,6 +62,7 @@ git/2.25.1,16 Go/1.12.7,16 Go/1.13.1,16 Go/1.13.5,16 +groff/1.22.4-GCCcore-9.3.0,16 help2man/1.47.12-GCCcore-9.3.0,16 help2man/1.47.4,16 help2man/1.48.3-GCCcore-10.3.0,16 @@ -78,6 +81,7 @@ impi/2019.6.166-iccifort-2020.0.166,16 intel/2017c,16 intel/2020a,16 Java/1.8.0_241,16 +libreadline/8.0-GCCcore-9.3.0,16 libtool/2.4.6,16 libtool/2.4.6-GCCcore-9.3.0,16 libunwind/1.2,16 @@ -85,7 +89,9 @@ libxml2/2.9.4,16 M4/1.4.18,16 M4/1.4.18-GCCcore-10.3.0,16 M4/1.4.18-GCCcore-9.3.0,16 +makeinfo/6.7-GCCcore-9.3.0,16 ncurses/6.1,16 +ncurses/6.2-GCCcore-9.3.0,16 numactl/2.0.11-GCCcore-6.3.0,16 numactl/2.0.12-GCC-6.3.0-2.27,16 numactl/2.0.12-GCCcore-6.3.0,16 diff --git a/dgx.md b/dgx.md index fb59ceb7f2c7136fd6653688223a0fd57d21a14f..3b5bd72ab81fb23c395f0a4cb5a461acc32a425e 100644 --- a/dgx.md +++ b/dgx.md @@ -26,6 +26,7 @@ | [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. | +| [makeinfo](https://www.gnu.org/software/texinfo/) | makeinfo is part of the Texinfo project, the official documentation format of the GNU project. | | [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. | | [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) | pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib (or other libraries). | | [squashfs-tools](http://squashfs.sourceforge.net/) | Squashfs is a compressed read-only filesystem for Linux. | @@ -44,6 +45,7 @@ | Module | Description | | ------ | ----------- | +| [libreadline](https://tiswww.case.edu/php/chet/readline/rltop.html) | The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands. | | [libtool](http://www.gnu.org/software/libtool) | GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface. | | [libunwind](http://www.nongnu.org/libunwind/) | The primary goal of libunwind is to define a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation. As such, the API is useful in a number of applications | | [libxml2](http://xmlsoft.org/) | Libxml2 is the XML C parser and toolchain developed for the Gnome project (but usable outside of the Gnome platform). | @@ -89,8 +91,11 @@ | Module | Description | | ------ | ----------- | | [binutils](http://directory.fsf.org/project/binutils/) | binutils: GNU binary utilities | +| [DB](https://www.oracle.com/technetwork/products/berkeleydb) | Berkeley DB enables the development of custom data management solutions, without the overhead traditionally associated with such custom projects. | | [EasyBuild](https://easybuilders.github.io/easybuild) | EasyBuild is a software build and installation framework written in Python that allows you to install software in a structured, repeatable and robust way. | +| [expat](https://libexpat.github.io) | Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags) | | [git](http://git-scm.com/) | Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. | +| [groff](https://www.gnu.org/software/groff) | Groff (GNU troff) is a typesetting system that reads plain text mixed with formatting commands and produces formatted output. | | [help2man](https://www.gnu.org/software/help2man/) | help2man produces simple manual pages from the '--help' and '--version' output of other commands. | | [numactl](http://oss.sgi.com/projects/libnuma/) | The numactl program allows you to run your application program on specific cpu's and memory nodes. It does this by supplying a NUMA memory policy to the operating system before running your program. The libnuma library provides convenient ways for you to add NUMA memory policies into your own program. | | [Singularity](https://github.com/sylabs/singularity) | Singularity is an open source container platform designed to be simple, fast, and secure. Singularity is optimized for EPC and HPC workloads, allowing untrusted users to run untrusted containers in a trusted way. |