zstd
Zstandard is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression/speed trade-off, while being backed by a very fast decoder. It also offers a special mode for small data, called dictionary compression, and can create dictionaries from any sample set.
Note
This is an autogenerated page, more detail including examples may be available for this package. Please see the first section of Software on Stanage
After connecting to Stanage (see Establishing a SSH connection), start an interactive session with the following command:
srun --pty bash -i
A version of zstd can then be made available with one of the following:
module load zstd/1.5.2-GCCcore-12.2.0
module load zstd/1.5.2-GCCcore-11.3.0
module load zstd/1.5.0-GCCcore-11.2.0
module load zstd/1.4.9-GCCcore-10.3.0
module load zstd/1.4.5-GCCcore-10.2.0
module load zstd/1.4.4-GCCcore-9.3.0
module load zstd/1.5.2-GCCcore-11.3.0
Notes
zstd was installed using Easybuild, build details can be found in $EBROOTZSTD/easybuild
with a given module loaded.