Difference between revisions of "CLHEP"
Jump to navigation
Jump to search
(2 intermediate revisions by one other user not shown) | |||
Line 20: | Line 20: | ||
<!--Modules--> | <!--Modules--> | ||
− | == | + | ==Environment Modules== |
− | + | 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 - program executable directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_LIB - library directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_INC - include file directory |
{{#if: {{#var: exe}}|==How To Run== | {{#if: {{#var: exe}}|==How To Run== | ||
Line 48: | Line 44: | ||
WRITE CITATION HERE | WRITE CITATION HERE | ||
|}} | |}} | ||
− | |||
− |
Latest revision as of 14:10, 13 June 2022
Description
The CLHEP project was proposed by Leif Lönnblad at CHEP 92. It is intended to be a set of HEP-specific foundation and utility classes such as random generators, physics vectors, geometry and linear algebra. CLHEP is structured in a set of packages independent of any external package (interdependencies within CLHEP are allowed under certain conditions).
Environment Modules
Run module spider CLHEP
to find out what environment modules are available for this application.
System Variables
- HPC_CLHEP_DIR - installation directory
- HPC_CLHEP_BIN - program executable directory
- HPC_CLHEP_LIB - library directory
- HPC_CLHEP_INC - include file directory