Hi,

I've two questions regarding distributed arrays.

First is how could I distribute a 2d or 3d array in block distribution so that 
sizes of distributed blocks could be varied dynamically during runtime? Blocks 
should be distributed along just a single axis, the longest axis in the array. 
Distributed blocks would be continuous, but vary in length along longest axis. 
This would be needed since I am planning to run this program in heterogenous 
environment of consumer grade computers, and dynamic load balancing will be 
paramount. If it matters, this program would solve NS equations.

Another question concerns distribution of unstructured arrays. This would be 
for a particle system. Particles should be dynamically distributed according to 
their location. Probably this would be done by dividing the domain into regular 
sized cuboids and checking into which cuboid each particle fits, and then 
distributing particles residing inside given cuboid to one place. Question is 
how this could be achieved in X10? Again, ability to dynamically balance the 
load is required.

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to