LZO: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Software]] | [[Category:Software]][[Category:Library]][[Category:Compression]] | ||
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|lzo}} | |{{#vardefine:app|lzo}} | ||
Line 27: | Line 27: | ||
<!--Modules--> | <!--Modules--> | ||
== | ==Environment Modules== | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |||
< | |||
==System Variables== | ==System Variables== | ||
* HPC_{{ | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | ||
* HPC_{{ | * HPC_{{uc:{{#var:app}}}}_LIB - library directory | ||
* HPC_{{ | * HPC_{{uc:{{#var:app}}}}_INC - includes directory | ||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== | ||
Line 84: | Line 74: | ||
<!--Turn the Table of Contents and Edit paragraph links ON/OFF--> | <!--Turn the Table of Contents and Edit paragraph links ON/OFF--> | ||
__NOTOC____NOEDITSECTION__ | __NOTOC____NOEDITSECTION__ | ||
Latest revision as of 20:38, 10 June 2022
Description
LZO is a portable lossless data compression library written in ANSI C.
* Offers pretty fast compression and *extremely* fast decompression. * One of the fastest compression and decompression algorithms around. See the ratings for lzop in the famous Archive Comparison Test. * Includes slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. * Distributed under the terms of the GNU General Public License (GPL v2+).
Environment Modules
Run module spider lzo
to find out what environment modules are available for this application.
System Variables
- HPC_LZO_DIR - installation directory
- HPC_LZO_LIB - library directory
- HPC_LZO_INC - includes directory