Download List

Project Description

mpiBLAST is an MPI based parallel implementation
of NCBI BLAST. It consists of a pair of programs
that replace formatdb and blastall with versions
that execute BLAST jobs in parallel on a cluster
of computers with MPI installed. There are two
primary advantages to using mpiBLAST versus
traditional BLAST. First, mpiBLAST splits the
database across each node in the cluster. Because
each node's segment of the database is smaller it
can usually reside in the buffer-cache, yielding a
significant speedup due to the elimination of disk
I/O. Second, it allows BLAST users to take
advantage of efficient, low-cost Beowulf clusters
because interprocessor communication demands are
low. mpiBLAST achieves super-linear speedup in
situations where the database is too large to fit
into RAM, and near linear speedup in other
situations. It does not require a dedicated cluster.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-12 02:01 Back to release list
1.2.1

This release fixes a memory deallocation bug during result output, and now correctly prints "No hits found" for all searches without hits. It also includes a 1000 fragments patch for the November 2003 NCBI toolbox release.
Tags: Major bugfixes

Project Resources