Re: [X10-users] Regarding Distribution and ateach

2009-11-24 Thread Igor Peshansky
Hi, Sarat, X10 2.0 doesn't have value classes anymore. The pattern for what you want to do is to make all fields global. The rest of the solution is the same, however. So, you'd have something like class ATFInitMatrix { global val ATF_dim:Array[Int](1) = Array.make[Int](0..2); global val

Re: [X10-users] Regarding Distribution and ateach

2009-11-24 Thread sarat poluri
Hi Igor, I am using X10 2.0. So, how would the solution be different in this case? Thanks, Sarat On Tue, Nov 10, 2009 at 1:58 PM, Igor Peshansky wrote: > sarat poluri wrote on 11/10/2009 02:03:23 PM: > > > Hi, > > > > How can i distribute a n-dimensional array as blocks across all places > an