Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 655 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 655 Bytes

SZp (Also known as fZ-light)

  • 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.

Installation

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