Re: [R-pkg-devel] Problem with using parallel runtime system with R

2019-05-10 Thread Iñaki Ucar
On Fri, 10 May 2019 at 17:38, Sameh M. Abdulah wrote: > > I will try to talk to my team to fork it for more investigation from your > side. Disclaimer: I'm not saying that I'll have time to have a look. Just that somebody might help if you provide more information, especially the actual code, be

Re: [R-pkg-devel] Problem with using parallel runtime system with R

2019-05-10 Thread Sameh M. Abdulah
I meant for anyone who can help :). —Sameh Get Outlook for iOS On Fri, May 10, 2019 at 6:48 PM +0300, "Iñaki Ucar" mailto:iu...@fedoraproject.org>> wrote: On Fri, 10 May 2019 at 17:38, Sameh M. Abdulah wrote: > > I will try to talk to my team to fork it for more inv

Re: [R-pkg-devel] Problem with using parallel runtime system with R

2019-05-10 Thread Sameh M. Abdulah
I will try to talk to my team to fork it for more investigation from your side. However, this is the story. We have a C package which uses a STARPU runtime system (http://starpu.gforge.inria.fr/doc/starpu.pdf) to facility the parallelization through a set of task-based parallel algorithms. Once

Re: [R-pkg-devel] Problem with using parallel runtime system with R

2019-05-10 Thread Iñaki Ucar
On Fri, 10 May 2019 at 17:06, Sameh M. Abdulah wrote: > > Actually not yet. It is on Github but in a private repo. If it helps I can > fork it for public access for now. Providing the code always improves your chances of getting help. Otherwise, the information is probably too limited. Iñaki _

Re: [R-pkg-devel] Problem with using parallel runtime system with R

2019-05-10 Thread Sameh M. Abdulah
Actually not yet. It is on Github but in a private repo. If it helps I can fork it for public access for now. Sameh Get Outlook for iOS On Fri, May 10, 2019 at 5:55 PM +0300, "Iñaki Ucar" mailto:iu...@fedoraproject.org>> wrote: On Fri, 10 May 2019 at 13:48, Sameh M.

Re: [R-pkg-devel] Problem with using parallel runtime system with R

2019-05-10 Thread Iñaki Ucar
On Fri, 10 May 2019 at 13:48, Sameh M. Abdulah wrote: > Hi, > > I have a C package which includes the usage of the StarPU runtime system to > allow running my code on different HW architectures. I included this to an > R-package and I found that R is using only one core and all the thread > init

[R-pkg-devel] Problem with using parallel runtime system with R

2019-05-10 Thread Sameh M. Abdulah
Hi, I have a C package which includes the usage of the StarPU runtime system to allow running my code on different HW architectures. I included this to an R-package and I found that R is using only one core and all the thread initiated by the runtime system is assigned to a single core which i