<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>How do I get the communicator of the spawned group in the spawnee?</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=505214415-03072005><FONT face=Arial 
color=#0000ff size=2>The intercommunicator returned by MPI_Comm_spawn is the one 
you are looking for.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=505214415-03072005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=505214415-03072005><FONT face=Arial 
color=#0000ff size=2>MPI_Comm_get_parent on the spawned 
processes&nbsp;returns&nbsp;an intercommunicator that&nbsp;has the spawned 
processes in one group and the parent processes in the other group. 
MPI_Comm_spawn on the spawnees returns the same intercommunicator, which can be 
used for communication with the spawned processes.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=505214415-03072005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=505214415-03072005><FONT face=Arial 
color=#0000ff size=2>Rajeev</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=505214415-03072005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><BR>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> owner-mpich-discuss@mcs.anl.gov 
  [mailto:owner-mpich-discuss@mcs.anl.gov] <B>On Behalf Of </B>David 
  Minor<BR><B>Sent:</B> Sunday, July 03, 2005 9:15 AM<BR><B>To:</B> 
  mpich-discuss@mcs.anl.gov<BR><B>Subject:</B> [MPICH] How do I get the 
  communicator of the spawned group in the spawnee?<BR></FONT><BR></DIV>
  <DIV></DIV>
  <P><FONT face=Arial size=2>Hello List,</FONT> </P>
  <P><FONT face=Arial size=2>intercomm.Get_parent() from the spawned processes 
  returns me the communicator of the spawnee, but how do I get the communicator 
  of the</FONT></P>
  <P><FONT face=Arial size=2>spawned processes from the spawnee?&nbsp; 
  intercomm.Get_remote_group() returns me the group, but how do I get the 
  communicator?</FONT></P>
  <P><FONT face=Arial size=2>Thanks,</FONT> <BR><FONT face=Arial size=2>David 
  Minor</FONT> </P></BLOCKQUOTE></BODY></HTML>