Difference between revisions of "Python-core"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) (Created page with "Category:SoftwareCategory:Python {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|python-core}} |{{#vardefine:url|http://python.org/}} <!--CONFIGURATION: OPTIONAL (|...") |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Language]][[Category:Programming]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|python-core}} | |{{#vardefine:app|python-core}} | ||
Line 22: | Line 22: | ||
<!--Modules--> | <!--Modules--> | ||
==Required Modules== | ==Required Modules== | ||
− | === | + | ===Core=== |
− | * {{#var:app}} | + | * {{#var:app}} - This module should work well as a provider of a scripting engine for application builds in all compiler branches. |
− | === | + | ===Compiler Dependent=== |
* intel or gcc | * intel or gcc | ||
* {{#var:app}} | * {{#var:app}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==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 |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Latest revision as of 20:04, 21 August 2022
Description
This is the module to use when all you need from python is the core install to provide a scripting interface for an application you are building. It does not have any external library dependencies. If you need any python modules in addition to those in Python Standard Library you will have to install them in your personal filespace and set the PYTHONPATH accordingly
Required Modules
Core
- python-core - This module should work well as a provider of a scripting engine for application builds in all compiler branches.
Compiler Dependent
- intel or gcc
- python-core
System Variables
- HPC_PYTHON-CORE_DIR - installation directory
- HPC_PYTHON-CORE_BIN - executable directory
- HPC_PYTHON-CORE_LIB - library directory