Implementation of HK opinion dynamics model with MPI.
To excecute this algorithm,
g++ DataGen.cpp -o DataGen
./DataGen N=1000 dim=2 min=0 max=100
mpic++ Agent.cpp HKAlgoMPI.cpp -o HKAlgoMPI.exe
Step 4 : Excecution with 6 processors, a threshold of (Diameter of the Dataset)/20 and 15 iterations on the DataGen.dat dataset
mpirun -np 6 HKAlgoMPI.exe DataGen.dat 20 15
gnuplot plot.plt

