ZFP¶
About¶
ZFP is a compressed format for representing multidimensional floating-point and integer arrays.
Supported versions¶
To check which zfp versions and build types are currently supported on Discoverer, execute on the login node:
module avail zfp
The recipe followed to build the source code is available at:
Loading/Compiler affinity¶
Each version of zfp 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 zfp source code.
Intel oneAPI¶
module avail zfp/*/*intel
NVIDIA HPC SDK¶
module avail zfp/*/*nvidia
LLVM¶
module avail zfp/*/*llvm
AOCC¶
module avail zfp/*/*aocc
GCC¶
module avail zfp/*/*gcc
Getting help¶
See Getting help