On 5/12/14, 2:00 AM, Seisei Itahashi wrote:
Hello!

In X10 API, I can't find the method that gets the unique id of activities which is made by async construct. In Runtime class, there was a method that gets the id of "worker", but "worker" is different from activities. I want to get the id the every activity made by every async. Is there a method in API?

No, there is not. We deliberately did not want to introduce mandatory runtime structure with activities.

But you should be able to build whatever you require on your own, while staying at the level of writing X10 code.

There is a nice paper in PPoPP a couple of years ago, on distributed deterministic random number generation for Cilk that might be of use. Look for a paper with Charles Leiserson as author.


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to