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)
{
ATF_rm000(p) = 0.0;
}
Im trying to understand how many asyncs are created as a result of this
action.
Is it equal to the number of places or is it (n1+1)*(n2+1)*(n3+1)*2*2
Thanks,
Sarat
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
X10-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/x10-users