Re: [X10-users] Distributions and arrays

2009-08-28 Thread Josh Milthorpe
Igor Peshansky wrote: >> This is slightly different code, but I realized later that this is >> executed first. But this throws a similar x10.lang.BadPlaceException. >> And yes, S is a member of State class. I have not yet attempted this >> with C++ backend but will do so. >> >> /* class members

Re: [X10-users] Problem building

2009-08-28 Thread Igor Peshansky
Jim LaGrone wrote on 08/28/2009 05:40:00 PM: > On Aug 28, 2009, at 2:33 PM, Igor Peshansky wrote: > > > Jim LaGrone wrote on 08/28/2009 08:51:06 AM: > > > >> System info: > >> > >> Intel Core2Duo > >> CentOS 5.2 (inside VMWare Fusion on a Mac) > >> Apache Ant version 1.7.1 compiled on June 27 2

Re: [X10-users] Distributions and arrays

2009-08-28 Thread Igor Peshansky
Jim LaGrone wrote on 08/28/2009 04:31:04 PM: > Resending for mailing list. > > On Aug 28, 2009, at 2:25 PM, Igor Peshansky wrote: > > >> Using this code: > >> > >> val norms = Array.make[Double](Dist.makeUnique(), (Point)=>0.0); > >> finish for ( p in distS.places() ) async(p){ > >> for(

Re: [X10-users] Problem building

2009-08-28 Thread Jim LaGrone
On Aug 28, 2009, at 2:33 PM, Igor Peshansky wrote: > Jim LaGrone wrote on 08/28/2009 08:51:06 AM: > >> System info: >> >> Intel Core2Duo >> CentOS 5.2 (inside VMWare Fusion on a Mac) >> Apache Ant version 1.7.1 compiled on June 27 2008 >> java version "1.5.0_19" >> >> X10 info: >> >> svn co http

Re: [X10-users] Distributions and arrays

2009-08-28 Thread Jim LaGrone
Resending for mailing list. On Aug 28, 2009, at 2:25 PM, Igor Peshansky wrote: >> Using this code: >> >> val norms = Array.make[Double](Dist.makeUnique(), (Point)=>0.0); >> finish for ( p in distS.places() ) async(p){ >> for( (i,j) in distS | p ){ >>norms(p.id) += Math.sqrt(S(i,j)

[X10-users] X10 and X10DT versions 1.7.6 released

2009-08-28 Thread David P Grove
We're happy to announce the version 1.7.6 of X10 and X10DT is now available for download. Details are available on the X10 1.7.6 Release page (http://x10-lang.org/X10+1.7.6+Release). Below is a summary of JIRA issues addressed for the X10 1.7.6 release. ** New Feature * [XTENLANG-514] - Fil

Re: [X10-users] Distributions and arrays

2009-08-28 Thread Igor Peshansky
Jim LaGrone wrote on 08/27/2009 09:38:38 PM: > Eventually I'll get the hang of this. Thanks for all your help. > > > On Aug 27, 2009, at 6:13 PM, Igor Peshansky wrote: > > > Jim LaGrone wrote on 08/27/2009 06:43:57 PM: > > > >> > >> On Aug 27, 2009, at 3:55 PM, Igor Peshansky wrote: > >> > >>

Re: [X10-users] Problem building

2009-08-28 Thread Igor Peshansky
Jim LaGrone wrote on 08/28/2009 08:51:06 AM: > System info: > > Intel Core2Duo > CentOS 5.2 (inside VMWare Fusion on a Mac) > Apache Ant version 1.7.1 compiled on June 27 2008 > java version "1.5.0_19" > > X10 info: > > svn co https://x10.svn.sourceforge.net/svnroot/x10/branches/x10-1.7 > htt

[X10-users] Problem building

2009-08-28 Thread Jim LaGrone
System info: Intel Core2Duo CentOS 5.2 (inside VMWare Fusion on a Mac) Apache Ant version 1.7.1 compiled on June 27 2008 java version "1.5.0_19" X10 info: svn co https://x10.svn.sourceforge.net/svnroot/x10/branches/x10-1.7 http://dist.codehaus.org/x10/binaryReleases/1.7.6/pgas-1.7.6_linux_x86.tg

[X10-users] Problem building

2009-08-28 Thread Jim LaGrone
System info: Intel Core2Duo CentOS 5.2 (inside VMWare Fusion on a Mac) Apache Ant version 1.7.1 compiled on June 27 2008 java version "1.5.0_19" X10 info: svn co https://x10.svn.sourceforge.net/svnroot/x10/branches/x10-1.7 http://dist.codehaus.org/x10/binaryReleases/1.7.6/pgas-1.7.6_linux_x86.tg