Skip to content

vladaeloaiei/distributed-map-reduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

distributed-map-reduce

Distributed implementation of Map-Reduce using MPI

  • How to run: mpirun -np [number_of_processes] bin/dmr.out [input_directory_path] [output_directory_path]
  • The result of map phase is stored into [output_directory_path]/map[index].txt
  • The result of reduce phase is stored into [output_directory_path]/result.txt

About

Distributed implementation of Map-Reduce using MPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published