Zum Ende der Metadaten springen
Zum Anfang der Metadaten

Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 2 Nächste Version anzeigen »

Szip, fast and lossless compression of scientific data

Description

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

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


License

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

Modules and installation path

There is no module file yet.

Example Jobscripts

#!/bin/bash
#SBATCH -p

module load
  • Keine Stichwörter