Difference between revisions of "Flex"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:Programming Tools {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|flex}} |{{#vardefine:url|https://github.com/westes/flex}} <!--CONFIGURAT...") |
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}}}}_BIN - executable directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_INC - includes directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_SHARE - installation directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Revision as of 21:20, 6 December 2019
Description
flex is a tool for generating scanners: programs which recognize lexical patterns in text.
Environment Modules
Run module spider flex
to find out what environment modules are available for this application.
System Variables
- HPC_FLEX_DIR - installation directory
- HPC_FLEX_BIN - executable directory
- HPC_FLEX_INC - includes directory
- HPC_FLEX_SHARE - installation directory