word_count
To build project, go to wordcountX directory and run:
cmake . && make
To run a project with custom config file:
./wordcount config.dat
or if you want to existing one in a project directory
./wordcount
To run Python script, that checks if consecutive runs return the same maps:
python3 equality_check.py [num_of_runs]