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