Skip to content

For this project I took a basic single-core implementation of the MapReduce algorithm and parallelized with the MPI library. My colleague did the same with OpenMP.

Notifications You must be signed in to change notification settings

andrea-dimarco/parallel-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Core Map Reduce (2020)

For this project I took a basic single-core implementation of the MapReduce algorithm and parallelized with the MPI library. My colleague did the same with OpenMP.

The use-cases in analysis are a simple word count function and a find common friends function, simulating a social network and a friend recommendation technique.

Read the report for more details.

About

For this project I took a basic single-core implementation of the MapReduce algorithm and parallelized with the MPI library. My colleague did the same with OpenMP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages