Tbb: Difference between revisions

From UFRC
Jump to navigation Jump to search
Giljael (talk | contribs)
Created page with "Category:SoftwareCategory:library {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|tbb}} |{{#vardefine:url|https://www.threadingbuildingblocks.org/}} <!--CONFIGURATI..."
 
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}}}}_LIB - library directory
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - include directory
* HPC_{{uc:{{#var:app}}}}_INC - include directory


<!--Configuration-->
<!--Configuration-->

Revision as of 21:29, 6 December 2019

Description

tbb website  

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