Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Auszug

Szip, fast and lossless compression of scientific data

Description

Prerequisites

...

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

read more Image Added

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 Image Added

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


License

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

Modules and installation path

There is no module file yet.

Example Jobscripts

Codeblock
languagebash
#!/bin/bash
#SBATCH -p

module load

...