Re: [X10-users] Regarding ateach construct

2009-12-10 Thread Igor Peshansky
sarat poluri wrote on 12/10/2009 04:34:38 PM: > Hi, > > I have a distributed array declare as follows: > val R1 = [0..n1, 0..n2,0..n3, 0..1, 0..1]; > val D1 = Dist.makeBlock(R1, 0); > > ATF_rm000 = Array.make[Double](D1); > > Later i use the ateach construct to initialize it:

[X10-users] Regarding ateach construct

2009-12-10 Thread sarat poluri
Hi, I have a distributed array declare as follows: val R1 = [0..n1, 0..n2,0..n3, 0..1, 0..1]; val D1 = Dist.makeBlock(R1, 0); ATF_rm000 = Array.make[Double](D1); Later i use the ateach construct to initialize it: ateach(val p(i,j,k,l,n): Point(5) in ATF_rm000.dist) {