Skip to content

Deerjason/par6cycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

par6cycle

Created for the CSE 603 - Parallel and Distributed Processing course at SUNY University at Buffalo.

This repository uses Intel Threading Building Blocks, which needs to be installed in order to run.

Parallel hashmap from https://github.com/greg7mdp/parallel-hashmap.

To run the parallel 6-cycle counting algorithm:
g++ 6CycleCount.cpp -O3 -ltbb
./a.out path_to_dataset

Dataset format:
|E| |U| |V|
u1 v1
u2 v1
u2 v2

Example dataset:
3 2 2
0 0
0 1
1 0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published