XZ: Difference between revisions

From UFRC
Jump to navigation Jump to search
Giljael (talk | contribs)
No edit summary
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}}}}_DOC - documentation directory
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
* HPC_{{#uppercase:{{#var:app}}}}_MAN - manual directory
* 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 website  

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