Skip to content

guilhermgonzaga/parprog-assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parprog-assignments

Assignments done for a Parallel Programming course UFMS Faculty of Computing, Brazil.

Description

These assignments are organized one per subdirectory, namely

  1. router: an OpenMP-based solution to trace routing with Lee's algorithm.
  2. min-edit-distance: a CUDA-based solution to minimum edit distance between two genetic sequences.
  3. erase-zeros: an MPI-based parallel solution to filtering of large arrays.

Each project has a PDF file that describes it (in Portuguese).