Difference between revisions of "Protobuf"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:googleCategory:libraries {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|protobuf}} |{{#vardefine:url|https://github.com/google/protob...")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Software]][[Category:google]][[Category:libraries]]
+
[[Category:Software]][[Category:google]][[Category:library]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|protobuf}}
 
|{{#vardefine:app|protobuf}}
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}}}}_INCLUDE - include directory
+
* HPC_{{uc:{{#var:app}}}}_INCLUDE - include directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 15:27, 6 June 2022

Description

protobuf website  

Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. You can find protobuf's documentation on the Google Developers site.

Environment Modules

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

System Variables

  • HPC_PROTOBUF_DIR - installation directory
  • HPC_PROTOBUF_BIN - executable directory
  • HPC_PROTOBUF_LIB - library directory
  • HPC_PROTOBUF_INCLUDE - include directory