Re: [OMPI users] Open MPI, cannot get the results from workers

2010-07-06 Thread jody
it to master. >> Any help is appreciated. >> July 5 2010 >> >> >> >> >> From: solarbik...@gmail.com >> Date: Mon, 5 Jul 2010 13:17:27 -0700 >> To: us...@open-mpi.org >> Subject: Re: [OMPI users] Open MPI, cannot get the results from

Re: [OMPI users] Open MPI, cannot get the results from workers

2010-07-06 Thread David Zhang
om > Date: Mon, 5 Jul 2010 13:17:27 -0700 > To: us...@open-mpi.org > Subject: Re: [OMPI users] Open MPI, cannot get the results from workers > > > how does the master receive results from the workers? if a worker is > sending multiple task results, how does the master knows what

Re: [OMPI users] Open MPI, cannot get the results from workers

2010-07-05 Thread Jack Bryan
.open-mpi.org Date: Mon, 5 Jul 2010 13:17:27 -0700 To: us...@open-mpi.org Subject: Re: [OMPI users] Open MPI, cannot get the results from workers how does the master receive results from the workers? if a worker is sending multiple task results, how does the master knows what the message tags are ahe

Re: [OMPI users] Open MPI, cannot get the results from workers

2010-07-05 Thread David Zhang
how does the master receive results from the workers? if a worker is sending multiple task results, how does the master knows what the message tags are ahead of time? On Sun, Jul 4, 2010 at 10:26 AM, Jack Bryan wrote: > Dear All : > > I designed a master-worker framework, in which the master ca

[OMPI users] Open MPI, cannot get the results from workers

2010-07-04 Thread Jack Bryan
Dear All : I designed a master-worker framework, in which the master can schedulemultiple tasks (numTaskPerWorkerNode) to each worker and then collects results from workers. if the numTaskPerWorkerNode = 1, it works well. But, if numTaskPerWorkerNode > 1, the master cannot get the results from