Skip to content

A parallel implementation in MPI of the longest common subsequence algorithm

License

Notifications You must be signed in to change notification settings

frankplus/lcs-parallel

Repository files navigation

lcs-parallel

This is a parallel implementation of the longest common subsequence algorithm in MPI.
In this repository you can find the following content:

  • some randomly generated inputs of different size.
  • generate_input.py is the python script used to generate the inputs.
  • main.c contains the implementation of the parallel and also the sequential LCS algorithm.
  • Makefile: run make to compile the code with mpCC
  • A lcs_parallel.job file to run the program on a load leveler.

Report

report page 1 report page 2 report page 3

Author

Francesco Pham

About

A parallel implementation in MPI of the longest common subsequence algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published