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:
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)
{