LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Jeff Squyres (jsquyres_at_[hidden])
Date: 2003-04-15 13:37:08


On Mon, 14 Apr 2003, Sherif Abd El-Momen wrote:

> MPI::Intercomm
> MPI::Intracomm::spawn(worker_program,MPI_ARGV_NULL,universe_size -1,
> MPI_INFO_NULL,0,MPI_ERRCODES_IGNORE);

I think you might want to look at the MPI-2 standard for the correct
bindings for MPI::Intracomm::Spawn -- this isn't quite right. e.g.,
http://www.mpi-forum.org/docs/mpi-20-html/node95.htm.

Also note that not all the C++ bindings for MPI constants made it into
6.5.9 -- for example, there is no MPI::INFO_NULL. So you'll need to make
an emtpy MPI::Info and use that.

-- 
{+} Jeff Squyres
{+} jsquyres_at_[hidden]
{+} http://www.lam-mpi.org/