Zlib-ng¶
About¶
Zlib-ng is a general-purpose lossless data-compression library. It is a fork of Zlib with enhancements.
Supported versions¶
To check which zlib-ng versions and build types are currently supported on Discoverer, execute on the login node:
module avail zlib-ng
The recipe followed to build the source code is available at:
https://gitlab.discoverer.bg/vkolev/recipes/-/tree/main/zlib-ng
Loading/Compiler affinity¶
Each version of zlib-ng installed in the public software repository is built against four compiler sets: (i) Intel oneAPI, (ii) NVIDIA HPC SDK (former PGI Compilers), (iii) AMD Optimized Compiler Collection (AOCC), (iv) GNU Compiler Collection (GCC). The name of the environmental module contains the name of the compiler set employed for compiling the zlib-ng source code.
Intel oneAPI¶
module avail zlib-ng/*/*intel
NVIDIA HPC SDK¶
module avail zlib-ng/*/*nvidia
AOCC¶
module avail zlib-ng/*/*aocc
GCC¶
module avail zlib-ng/*/*gcc
Getting help¶
See Getting help