- Major author and developer: Jiajun Huang
- Supervisor: Sheng Di
This is the official repository of SZp (fZ-light), a light-speed error-bounded lossy compressor. The design and optimizations of SZp are published under the name fZ-light in SC '24.
Configure and build the SZp:
# Decompress the downloaded files
# Change to the SZp directory and set up the installation directory:
cd SZp
mkdir install
# Run the configuration script:
./autogen.sh
./configure --prefix=$(pwd)/install --enable-openmp
# Compile the SZp using multiple threads:
make -j
# Install the compiled SZp:
make install