Re: [X10-users] Question on Team and Clocks

2010-12-10 Thread Richard Gomes
Hi Dave, Thanks a lot, mate :) Richard Gomes M: +44(77)9955-6813 http://tinyurl.com/frgomes twitter: frgomes JQuantLib is a library for Quantitative Finance written in Java. http://www.jquantlib.org/ twitter: jquantlib On 09/12/10 17:14, Dave Cunningham wrote: Executing this example I've got

Re: [X10-users] Question on Team and Clocks

2010-12-09 Thread Dave Cunningham
Executing this example I've got the following message X10RT: async 37 is not a CUDA kernel. If I'm not wrong, this message comes from the kernel function, once this message dissapears when I comment out the call to the kernel function. I suspect the kernel activity is getting

[X10-users] Question on Team and Clocks

2010-12-08 Thread Richard Gomes
Hi guys, I have several tests which have copied/pasted code like this: static def calc( p : Place, n : Int, params : RemoteArray[Float]{home==p,rank==1}, result : RemoteArray[Float]{home==p,rank==1}) { val blocks = p.isCUDA() ? 480 : 1; val threads = 512;