******************************
GraphHPC-2016 contest      
******************************

===============================================================================

Authors
-------
Artem Mazeev
Alexander Daryin
Alexander Agarkov
Alexander Semenov 
Timur Ismagilov
Elizaveta Golovina
  
RMAT graph generator is adapted from snap-0.4 http://snap-graph.sourceforge.net
SSCA2 graph generator is adapted from GTgraph http://www.cse.psu.edu/~madduri/software/GTgraph

Description of executables:
---------------------------
gen_RMAT                -- RMAT graph serial generator 
gen_SSCA2               -- SSCA2 graph serial generator
gen_LFR                 -- LFR* graph serial generator
community               -- reference serial implementation of Community Detection (Louvain algorithm)

===============================================================================

To build implementations, type `make'

Requirements:
-------------------
MPI 2.2 is required for MPI types.

Brief instructions:
-------------------
Example of testing your implementation by hands:

1. Run graph generator:

    $ ./gen_LFR -s 10

2. Run implementation:

    $ ./community -in lfr-10

===============================================================================
Change Log:
---------------------------
Date        Version     Comments
16.02.2016  1.0         Modified rating function, bugfix in lfr graph generator, MPI reference implementation
04.02.2016  0.2         Single node release
30.12.2015  0.1         Initial release
