Difference between revisions of "Tbb"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:library {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|tbb}} |{{#vardefine:url|https://www.threadingbuildingblocks.org/}} <!--CONFIGURATI...") |
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}}}}_LIB - library directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_INC - include directory |
<!--Configuration--> | <!--Configuration--> |
Latest revision as of 21:29, 6 December 2019
Description
Widely used C++ template library for task parallelism.
Environment Modules
Run module spider tbb
to find out what environment modules are available for this application.
System Variables
- HPC_TBB_DIR - installation directory
- HPC_TBB_BIN - executable directory
- HPC_TBB_LIB - library directory
- HPC_TBB_INC - include directory