PaMSA
Homepage
PaMSA, which stands for
Parallel Multiple Sequence Alignment, is an application for the alignment of
three or more sequences of proteins in FASTA format.
PaMSA combines dynamic
programming, heuristics, and parallel programming in an iterative process. It
was developed in C++ and uses the standard MPI (Message Passing Interface)
library for communication among processes.
PaMSA can be downloaded
here.