Skip to content

A small project performing parallel grep search using openMPI

Notifications You must be signed in to change notification settings

Tommaso23/Parallel-Grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Parallel-Grep

A small project for the Advanced Algorithm and Parallel Programming course at Politecnico di Milano. This project performs a parallel grep search, using openMPI message passing interface implementation. The input_file.txt is generated randomly, divided into equal chunks by process 0 and forwarded across all the processes alive. Each process performs grep search and forwards resulting string to process 0. Process 0 recollects all the partial results and prints the strings in program_result.txt file.

About

A small project performing parallel grep search using openMPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published