An enhanced Python distribution for HPCMP systems
- Initialize and update the submodules:
cd python-hpcmp git submodule init git submodule update
- Setup your environment, for example:
export PYTHON_HPCMP_ARCH=linux export PYTHON_HPCMP=$HOME/src/python-hpcmp export PYTHON_HPCMP_PREFIX=$PYTHON_HPCMP/$PYTHON_HPCMP_ARCH export PYTHON_HPCMP_PYTHON=$PYTHON_HPCMP_PREFIX/bin/python
See the envConfig
directory for existing architectures.
- Install
make