Mpiexec with SGE and/or command line?

Troy Baer troy at osc.edu
Tue Jul 22 10:03:23 EDT 2003


On Mon, 21 Jul 2003, Bill Broadley wrote:
> I tried to install mpiexec on a system as a mpirun replacement.
> Especially the -kill feature to allow a partially dead parallel run to
> clean up after itself.
> 
> Is it possible to install mpiexec for use with the sun grid engine or
> command line without installing *PBS*?

The whole point of mpiexec is to integrate MPI with a batch system,
so outside of a batch environment it's not going to work.  (The -kill
functionality relies on the batch system for signal delivery, for
instance.)

I don't know if SGE has a publicly documented API equivalent to the PBS
tm interface.  I suspect such an API exists inside SGE, but my cursory
search of the SGE docs didn't turn up anything.  (SGE is pretty bad in this
regard, IMHO.  The Maui devs had an extremely hard time adding an SGE driver
to Maui because SGE also didn't have a publicly documented scheduler API
until very recently.)

	--Troy
-- 
Troy Baer                       email:  troy at osc.edu
Science & Technology Support    phone:  614-292-9701
Ohio Supercomputer Center       web:  http://oscinfo.osc.edu




More information about the mpiexec mailing list