Print
Hits: 7845

The MPI-HMMER team is pleased to announce the release of MPI-HMMER. MPI-HMMER is a multiple-level optimization of the original HMMER 2.3.2 code by Sean Eddy of the HHMI Janelia Farms facility. Our implementation consists of two distinct optimizations: a portably tuned P7Viterbi function as well as an MPI implementation. Our MPI implementation is based on the original PVM HMMER code, with enhancements to improve the scalability and I/O of both hmmpfam and hmmsearch. Both optimizations are independent of one another, allowing future enhancements to be easily added and tested. The MPI implementation exhibits excellent speedups over the base PVM implementation. Further, we provide a verification mode in both hmmpfam and hmmsearch that ensures (at a cost of speed) results are returned in exactly the same order as the serial version.

Our code has been tested for stability up to 256 nodes, but should scale to as many nodes as the master node's memory allows. For 16 and 20 nodes we see timings of:

Compiling/Installing

  1. Obtain the source from http://code.google.com/p/mpihmmer
  2. compile with CC=mpicc ./configure

Usage

Assuming mpirun is a part of your path and your MPI takes a -machinefile argument:
        mpirun -np  -machinefile  ./hmmsearch --mpi 

        mpirun -np  -machinefile  ./hmmpfam --mpi 

Bug reports and comments may be sent to jwalters (you know what to put here) wayne.edu

Regards,
John Paul Walters
Joseph Landman
Vipin Chaudhary

Visit Scalable Informatics for more informtion.