OpenMPI

From FarmShare

(Difference between revisions)
Jump to: navigation, search
m
Line 9: Line 9:
http://www.open-mpi.org/faq/?category=running#run-n1ge-or-sge
http://www.open-mpi.org/faq/?category=running#run-n1ge-or-sge
-
You should use the "qsub method" from that page to submit jobs to ge.
+
You should use the "qsub method" from that page to submit jobs to ge, so something like
 +
<pre>
 +
shell$ qsub -pe orte 4 my_mpirun_job.csh
 +
</pre>

Revision as of 11:02, 24 October 2011

OpenMPI v1.4.3 is installed.

Looks like the Debian package is not compiled with "SGE support":

barley01:/root# ompi_info | grep grid

I created a PE in grid engine called "orte", following this: http://www.open-mpi.org/faq/?category=running#run-n1ge-or-sge

You should use the "qsub method" from that page to submit jobs to ge, so something like

shell$ qsub -pe orte 4 my_mpirun_job.csh
Personal tools
Toolbox
LANGUAGES