Using setuptools:
- Clone this repo using
git clone
- Run
python setup.py install
If libconfig is installed in a non-default location ($libconfig_install_location
), you need to export the following environment variables before running the install script:
export CMAKE_PREFIX_PATH=$libconfig_install_location:$CMAKE_PREFIX_PATH
export CXXFLAGS=-isystem\ $libconfig_install_location/include/
If OpenCV is installed in a non-default location ($opencv_install_location
), the environment variable OpenCV_DIR
needs to be set to:
export OpenCV_DIR=$opencv_install_location/lib64/cmake/opencv4/
- Python 3
- Any MPI implementation (e.g. OpenMPI)
- cmake
- libconfig
- OpenCV
The system is documented in OpenCoreCH/Clairvoyant-Prefetching-for-Machine-Learning-IO
HDMLP is published under the new BSD license, see LICENSE