Difference between revisions of "Glog"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:GoogleCategory:Library {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|glog}} |{{#vardefine:url|https://github.com/google/glog}} <!--C...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Google]][[Category:Library]]
+
[[Category:Software]][[Category:Web]][[Category:Library]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|glog}}
 
|{{#vardefine:app|glog}}
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
* HPC_{{#uppercase:{{#var:app}}}}_DOC - documentation directory
+
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - include directory
+
* HPC_{{uc:{{#var:app}}}}_INC - include directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Latest revision as of 17:10, 15 August 2022

Description

glog website  

C++ implementation of the Google logging module

Environment Modules

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

System Variables

  • HPC_GLOG_DIR - installation directory
  • HPC_GLOG_BIN - executable directory
  • HPC_GLOG_LIB - library directory
  • HPC_GLOG_DOC - documentation directory
  • HPC_GLOG_INC - include directory