Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 299 Bytes

File metadata and controls

6 lines (5 loc) · 299 Bytes

ParallelProgrammingChallenge

An implementation of Grep with an increase of parallelization The goal is to implement Grep in a way to distribuite the text over multiple process This is done using MPI

The project is a university project from the course: Advanced Algorithm and Parallel Programming