Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] MPI_Allgather

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] MPI_Allgather


Chronological Thread 
  • From: Shad Kirmani <sxk5292 AT cse.psu.edu>
  • To: Ramprasad Venkataraman <ramv AT illinois.edu>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] [ppl] MPI_Allgather
  • Date: Wed, 29 Feb 2012 01:03:17 -0500
  • Authentication-results: mr.google.com; spf=pass (google.com: domain of shad.kirmani AT gmail.com designates 10.68.212.3 as permitted sender) smtp.mail=shad.kirmani AT gmail.com; dkim=pass header.i=shad.kirmani AT gmail.com
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

I want to do MPI_Allgather on group. Having an allgather would have helped a lot. 

Thanks,
Shad

On Tue, Feb 28, 2012 at 4:29 PM, Ramprasad Venkataraman <ramv AT illinois.edu> wrote:
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




Archive powered by MHonArc 2.6.16.

Top of Page