Difference between revisions of "Capnp"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:C++ {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|capnp}} |{{#vardefine:url|https://capnproto.org/}} <!--CONFIGURATION: OPTIONAL (|1}} m...")
 
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 - documentaion directory
+
* HPC_{{uc:{{#var:app}}}}_DOC - documentaion directory
* HPC_{{#uppercase:{{#var:app}}}}_EXE - examples directory
+
* HPC_{{uc:{{#var:app}}}}_EXE - examples directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 21:01, 6 December 2019

Description

capnp website  

Cap’n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers.

Environment Modules

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

System Variables

  • HPC_CAPNP_DIR - installation directory
  • HPC_CAPNP_BIN - executable directory
  • HPC_CAPNP_DOC - documentaion directory
  • HPC_CAPNP_EXE - examples directory