Re: [X10-users] Inquiring about how to properly x10's work-stealing scheduler

2013-04-30 Thread Olivier Tardieu
...@lists.sourceforge.net Date: 04/29/2013 02:06 PM Subject: Re: [X10-users] Inquiring about how to properly x10's work- stealing scheduler I am trying to use the work-stealing scheduler, but could not find detailed documentation. If I have 16 tasks, which I want to parallelize on 4 threads

Re: [X10-users] Inquiring about how to properly x10's work-stealing scheduler

2013-04-29 Thread Sparsh Mittal
I am trying to use the work-stealing scheduler, but could not find detailed documentation. If I have 16 tasks, which I want to parallelize on 4 threads, static scheduling would be: for i= 1 to 4 async(i, i*4, (i+1)*4) *// do tasks i*4 to (i+1)*4-1* This assigns equal tasks to those

Re: [X10-users] Inquiring about how to properly x10's work-stealing scheduler

2013-04-22 Thread Sparsh Mittal
Thanks a lot for your reply. Thanks and Regards Sparsh Mittal On Wed, Apr 17, 2013 at 2:56 PM, Olivier Tardieu tard...@us.ibm.com wrote: Hi, This option has not been properly maintained lately. So it may have problems when running with trunk. It was developed for X10 2.2 and was mostly