Difference between revisions of "Bzip2"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:ArchiverCategory:Library {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|bzip2}} |{{#vardefine:url|http://www.bzip.org/}} <!--CONFIGUR...")
 
m (Text replacement - "#uppercase" to "uc")
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 21:06, 6 December 2019

Description

bzip2 website  

bzip2 is a freely available, patent free (see below), high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.

Environment Modules

Run module spider bzip2 to find out what environment modules are available for this application.

System Variables

  • HPC_BZIP2_DIR - installation directory
  • HPC_BZIP2_BIN - executable directory
  • HPC_BZIP2_LIB - library directory