Project of the middleware course @ PoliMi. Year 2016/2017. The goal of this project is to analyze a stream of messages and comments coming from a social network using MPI and OpenMP. Further informations and Datasets at the following link under the Social network analytic with MPI & OpenMP section
Just run the configure
bash script to generate the needed directories, then use the Makefile.
You must pass to the executable in sequence the posts file, the comments file and the name of the output file like in the following command:
exec_name bucker_size posts.dat comments.dat output_file
hashmap implementation (khash.h
) is taken by klib