Skip to Content.
Sympa Menu

charm - Re: [charm] Distribution of chares on PEs

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Distribution of chares on PEs


Chronological Thread 
  • From: Nikhil Jain <nikhil.jain AT acm.org>
  • To: Alexander Frolov <alexndr.frolov AT gmail.com>
  • Cc: "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>
  • Subject: Re: [charm] Distribution of chares on PEs
  • Date: Thu, 25 Feb 2016 17:45:04 -0600

Hi Alex,

Assuming the array was created statically in one go, the default distribution for dense arrays is based on a blocked mapping, i.e. chare with index i goes to PE number (i / (total_chares/numPes)). If this is not your case, please tell us what it is.

--Nikhil

Alexander Frolov
February 25, 2016 at 14:01 via Postbox
Hi!

Sorry for asking probably very simple question. But anyway.. 

I would like to use number of PEs not equal to power of 2. How is array (array[1D]) distributed among PEs?

Thank you!

Best, 
   Alex   

--
Nikhil Jain, nikhil.jain AT acm.orghttp://charm.cs.uiuc.edu/people/nikhil Doctoral Candidate @ CS, UIUC



Archive powered by MHonArc 2.6.16.

Top of Page