Python package with helper functions for working with FAU's High Performance Cluster (HPC).
hpc-helper
requires Python >=3.7. First, install a compatible version of Python.
Then you can install hpc-helper
via pip.
Installation from PyPi:
pip install hpc-helper
Installation from local repository copy:
git clone https://github.com/mad-lab-fau/hpc-helper.git
cd hpc-helper
pip install .