Python-core
Revision as of 13:42, 28 August 2017 by Moskalenko (talk | contribs) (Created page with "Category:SoftwareCategory:Python {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|python-core}} |{{#vardefine:url|http://python.org/}} <!--CONFIGURATION: OPTIONAL (|...")
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
Serial
- python-core
Parallel (OpenMP)
- intel or gcc
- python-core
System Variables
- HPC_{{#uppercase:python-core}}_DIR - installation directory
- HPC_{{#uppercase:python-core}}_BIN - executable directory
- HPC_{{#uppercase:python-core}}_LIB - library directory