Skip to content
/ lcc Public

Serial and distributed code for local clustering coefficient

License

Notifications You must be signed in to change notification settings

fvella/lcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lcc

Serial, parallel and distributed code for the computation of the local clustering coefficient on large scale graphs.

Buiding LCC

Generate configure script:

./autogen.sh

Configure and compile:

./configure <configure options>
make 
make install

Building on Cray systems:

Generate configure script:

./autogen.sh

To compile with foMPI load the dmapp module first:

module load dmapp

Configure:

module switch PrgEnv-cray PrgEnv-gnu

MPICC=cc MPICXX=CC ./configure <configure options>
make
make install

Type

./configure --help

for more configuration options (e.g., LibLSB, CLaMPI, SIMD version).

About

Serial and distributed code for local clustering coefficient

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages