Szip

Szip, fast and lossless compression of scientific data

Documentation

Szip is a freeware portable general purpose lossless compression program. It has a high speed and compression, but high memory demands too.

The Szip library is now replaced by the aec library.

read more

Using Szip compression in HDF5: Szip is a stand-alone library that is configured as an optional filter in HDF5. Depending on which Szip library is used (encoder enabled or decode-only), an HDF5 application can create, write, and read datasets compressed with Szip compression, or can only read datasets compressed with Szip.

Applications use Szip by setting Szip as an optional filter when a dataset is created. If the Szip encoder is enabled with the HDF5 library, data is automatically compressed and decompressed with Szip during I/O. If only the decoder is present, the HDF5 library cannot create and write Szip-compressed datasets, but it automatically decompresses Szip-compressed data when data is read.

read more

Download the code from https://support.hdfgroup.org/doc_resource/SZIP/.

Versions

Version 2.2.1 is installed for all relevant compilers. Find the library in /sw/dataformats/szip/2.1.1/skl. Note the license restriction.

License

Szip may be used for scientific purposes in conjunction with HDF data handling. read more.

Modules

There is no module file yet.

Building

The szip - libraries are build with autotools. High optimisation is enabled, all tests are passed. Please see the file run_configure ind the build -directory.