Difference between revisions of "Gflags"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:GoogleCategory:Library {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|gflags}} |{{#vardefine:url|https://github.com/gflags/gflags}} <...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Web]][[Category:Library]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|gflags}} | |{{#vardefine:app|gflags}} | ||
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}}}}_LIB - library directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_INC - include directory |
<!--Configuration--> | <!--Configuration--> |
Latest revision as of 17:07, 15 August 2022
Description
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used.
Environment Modules
Run module spider gflags
to find out what environment modules are available for this application.
System Variables
- HPC_GFLAGS_DIR - installation directory
- HPC_GFLAGS_BIN - executable directory
- HPC_GFLAGS_LIB - library directory
- HPC_GFLAGS_INC - include directory