diff --git a/dgx.csv b/dgx.csv index 734752ecb1246452159a63db48ddf7db98906a3f..6480dcade15f7a0ee22a5c8da2755269ccb0373b 100644 --- a/dgx.csv +++ b/dgx.csv @@ -1,8 +1,13 @@ Autoconf/2.69,16 +Autoconf/2.69-GCCcore-9.3.0,16 Automake/1.15,16 Automake/1.16.1,16 +Automake/1.16.1-GCCcore-9.3.0,16 +Automake/1.16.2-GCCcore-9.3.0,16 Autotools/20150215,16 Autotools/20180311,16 +Autotools/20180311-GCCcore-9.3.0,16 +Autotools/20200321-GCCcore-9.3.0,16 binutils/2.27,16 binutils/2.27-GCCcore-6.3.0,16 binutils/2.32,16 @@ -17,6 +22,7 @@ Bison/3.5.3,16 Bison/3.5.3-GCCcore-9.3.0,16 Bison/3.7.6,16 Bison/3.7.6-GCCcore-10.3.0,16 +Check/0.15.2-GCCcore-9.3.0,16 CMake/3.14.1,16 CUDA/10.0.130,16 CUDA/10.1.105-GCC-6.3.0-2.27,16 @@ -56,6 +62,7 @@ GCCcore/10.3.0,16 GCCcore/6.3.0,16 GCCcore/8.3.0,16 GCCcore/9.3.0,16 +GDRCopy/2.1-NVHPC-21.2-CUDA-11.3.0,16 gettext/0.19.4,16 git/2.23.0,16 git/2.25.1,16 @@ -95,9 +102,12 @@ 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 +numactl/2.0.13-GCCcore-9.3.0,16 +NVHPC/21.2,16 OpenMPI/2.1.5-GCC-6.3.0-2.27,16 OpenMPI/3.1.4-GCC-6.3.0-2.27,16 OpenMPI/4.0.0-GCC-6.3.0-2.27,16 +Perl/5.30.2-GCCcore-9.3.0,16 PGI/18.10-CUDA,16 PGI/19.10-GCC-6.3.0-2.27-CUDA,16 pkg-config/0.29.2-GCCcore-9.3.0,16 diff --git a/dgx.md b/dgx.md index 3b5bd72ab81fb23c395f0a4cb5a461acc32a425e..4601ff7a6462372a7df29397486e50a8dad22446 100644 --- a/dgx.md +++ b/dgx.md @@ -9,6 +9,7 @@ | [icc](http://software.intel.com/en-us/intel-compilers/) | Intel C and C++ compilers | | [iccifort](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel C, C++ & Fortran compilers | | [ifort](http://software.intel.com/en-us/intel-compilers/) | Intel Fortran compiler | +| [NVHPC](https://developer.nvidia.com/hpc-sdk/) | C, C++ and Fortran compilers included with the NVIDIA HPC SDK (previously: PGI) | | [PGI](http://www.pgroup.com/) | C, C++ and Fortran local_compilers from The Portland Group - PGI | ## Debugger @@ -40,11 +41,14 @@ | [dotNET-Core-SDK](https://www.microsoft.com/net/) | .NET is a free, cross-platform, open source developer platform for building many different types of applications. | | [flex](http://flex.sourceforge.net/) | Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. | | [Java](http://java.com/) | Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers. | +| [Perl](https://www.perl.org/) | Larry Wall's Practical Extraction and Report Language | ## Lib | Module | Description | | ------ | ----------- | +| [Check](https://libcheck.github.io/check/) | Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. | +| [GDRCopy](https://github.com/NVIDIA/gdrcopy) | A low-latency GPU memory copy library based on NVIDIA GPUDirect RDMA technology. | | [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 |