Zlib¶
About¶
Zlib is designed to be a free, general-purpose, and lossless data-compression library.
Note
If you are a software developer, consider moving to Zlib-ng.
Supported versions¶
To check which zlib versions and build types are currently supported on Discoverer, execute on the login node:
module avail zlib
The recipe followed to build the source code is available at:
https://gitlab.discoverer.bg/vkolev/recipes/-/tree/main/zlib
Loading/Compiler affinity¶
Each version of zlib 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 source code.
Intel oneAPI¶
module avail zlib/*/*intel
NVIDIA HPC SDK¶
module avail zlib/*/*nvidia
AOCC¶
module avail zlib/*/*aocc
LLVM¶
module avail zlib/*/*llvm
GCC¶
module avail zlib/*/*gcc
Getting help¶
See Getting help