Difference between revisions of "Program Database Toolkit"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:programming languagesCategory:developmentCategory:performance analysis {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|pdt}} |{{#v...") |
Moskalenko (talk | contribs) 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_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_LIB - library directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_INC - include header file directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Revision as of 21:23, 6 December 2019
Description
Program Database Toolkit (PDT) is a framework for analyzing source code written in several programming languages and for making rich program knowledge accessible to developers of static and dynamic analysis tools.
Environment Modules
Run module spider pdt
to find out what environment modules are available for this application.
System Variables
- HPC_PDT_DIR - installation directory
- HPC_PDT_LIB - library directory
- HPC_PDT_BIN - executable directory
- HPC_PDT_INC - include header file directory