[charm] [ppl] MPI_Allgather
Ramprasad Venkataraman
ramv at illinois.edu
Tue Feb 28 15:29:58 CST 2012
There is not yet a direct way to achieve an allgather in charm.
An immediate mechanism to achieve something like this would be to
perform a reduction using a CkReduction::set or a CkReduction::concat
reducer. The result of the reduction (gather) can then be broadcast to
all the contributing entities.However, data element ordering within
the result is not guaranteed and has to be achieved manually.
What charm entity do you want to do this on: group, chare array, section?
Ram
On Tue, Feb 28, 2012 at 15:12, Shad Kirmani <sxk5292 at cse.psu.edu> wrote:
> Hello,
>
> I want to do an MPI_Allgather in charm code. Can anybody please help me with
> this?
>
> Thanks,
> Shad
>
> _______________________________________________
> charm mailing list
> charm at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/charm
>
> _______________________________________________
> ppl mailing list
> ppl at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/ppl
>
--
Ramprasad Venkataraman
Parallel Programming Lab
Univ. of Illinois
More information about the charm
mailing list