XZ: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Moskalenko (talk | contribs) 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_{{ | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | ||
* HPC_{{ | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory | ||
* HPC_{{ | * HPC_{{uc:{{#var:app}}}}_DOC - documentation directory | ||
* HPC_{{ | * HPC_{{uc:{{#var:app}}}}_MAN - manual directory | ||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Revision as of 21:29, 6 December 2019
Description
XZ Utils is free general-purpose data compression software with a high compression ratio. XZ Utils were written for POSIX-like systems, but also workon some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils.
Environment Modules
Run module spider xz
to find out what environment modules are available for this application.
System Variables
- HPC_XZ_DIR - installation directory
- HPC_XZ_BIN - executable directory
- HPC_XZ_DOC - documentation directory
- HPC_XZ_MAN - manual directory