Hello all,

I have an Array of size m * n and I am currently distributing it using a 
DistArray
with a distribution created through Dist.makeBlock().
This distributes the values evenly over all places.

What I would like to have is a distribution which creates the following layout 
(k being a natural number):

Place 0:    k * m  values
Place 1:    k * m  values
...
Place MaxPlaces - 1: k * m  values
Place MaxPlaces:       all the remaining values (also a multiple of m)

Is this possible to achieve with the current 2.1.2 release (or the pending 2.2) 
?
>From reading through the documentation I was not able to figure this out.

Best regards,

Manfred Kröhnert
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to