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
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
.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
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
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