User Tools

Site Tools


mpiblast

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mpiblast [2010/01/19 06:11] 172.26.0.166mpiblast [2010/01/19 07:17] 172.26.0.166
Line 47: Line 47:
 <code>$ ompi_info | grep gridengine <code>$ ompi_info | grep gridengine
                  MCA ras: gridengine (MCA v2.0, API v2.0, Component v1.3.2)</code>                  MCA ras: gridengine (MCA v2.0, API v2.0, Component v1.3.2)</code>
- 
 ===== Benchmarks ===== ===== Benchmarks =====
 <code>$ time blastall -d drosoph.nt -p blastn -i drosoph.seq -o drosoph.result <code>$ time blastall -d drosoph.nt -p blastn -i drosoph.seq -o drosoph.result
Line 61: Line 60:
 user    12m13.891s user    12m13.891s
 sys     0m56.631s</code> sys     0m56.631s</code>
 +
 +The number of processes for an MPI job should be +1 of the number of CPUs because one process is used as the master to control the other jobs.
 +===== Links =====
 +  * Submitting MPI jobs using SGE: http://www.shef.ac.uk/wrgrid/documents/gridengine.html