Difference between revisions of "Pbrt"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Phylogenetics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|pbrt}} |{{#vardefine:url|https://github.com/mmp/pbrt-v3}} <!--CONFIGURATION:...")
 
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}}}}_INC - include directory
+
* HPC_{{uc:{{#var:app}}}}_INC - include directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Revision as of 21:23, 6 December 2019

Description

pbrt website  

Physically Based Rendering: From Theory To Implementation

Environment Modules

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

System Variables

  • HPC_PBRT_DIR - installation directory
  • HPC_PBRT_BIN - executable directory
  • HPC_PBRT_INC - include directory
  • HPC_PBRT_LIB - library directory