- Make sure you have
gccinstalled - Compile using
make - Afterwards use
LD_PRELOAD=is_it_openmp.so APP
- Set up a Python venv
python3 -m venv venv - Activate it
source venv/bin/activate - Install dependencies
pip install matplotlib colorama - Run
python3 extractor.py --help