I hope so. It is something we really want to do but I cannot promise when we'll do it.
2015-03-04 17:01 GMT-05:00 Simone Ulzega <simoneulz...@gmail.com>: > Thank you Andreas. Is there any plan to implement something more flexible > in the near future? > > > On Wednesday, March 4, 2015 at 10:09:41 PM UTC+1, Andreas Noack wrote: >> >> I don't think it is possible right now. We have been discussing more >> flexible solutions, but so far nothing has been done. >> >> 2015-03-04 9:22 GMT-05:00 Simone Ulzega <simone...@gmail.com>: >> >>> Is it possible to construct a DArray with unevenly distributed chunks? >>> For example, I want to create a distributed array with size (5*n,), >>> where n is an integer, on 4 processes. >>> For some reasons I want uneven chunks of sizes n, 2*n, n and n. >>> >>> The syntax >>> >>> DArray(size) do I .... end >>> >>> doesn't seem to work as I is automatically generated to have, obviously, >>> evenly distributed chunks on the available processes. >>> >> >>