[Mpi3-hybridpm] Reminder for telecon: 03/30

Pavan Balaji balaji at mcs.anl.gov
Mon Mar 29 08:58:07 CDT 2010


Douglas Miller wrote:
> I do have an updated proposal in Ticket #217
> (https://svn.mpi-forum.org/trac/mpi-forum-web/ticket/217) and a link to
> this from the Hybrid Programming wiki. I'll need some input to get this
> into a proper format for proposal, but hopefully the necessary content is
> there.

Thanks. The example on page 3 doesn't seem to match the description you 
provided a few calls ago. This was my understanding:

	MPI_Helper_team_create();

	if (thread_id != master_thread)
		MPI_Helper_join();

	if (thread_id == master_thread) {
		MPI_Allgather(...);
		MPI_Helper_leave(); /* this releases all the threads */
	}

	MPI_Helper_team_destroy();

Did I miss something here?

Secondary point -- we might consider passing the number of threads as a 
parameter to Helper_join, rather than create a new call 
MPI_Helper_team_create/destroy. Do you they serve any other purpose than 
just telling how many threads will be joining in?

> I'll have to be dropping off the conference call at 11:30, so if possible
> can we discuss this first?

Sure, we can do that.

  -- Pavan

-- 
Pavan Balaji
http://www.mcs.anl.gov/~balaji



More information about the mpiwg-hybridpm mailing list