Re: [Rd] mcmapply Core Usage

2014-05-29 Thread Simon Urbanek
On May 29, 2014, at 8:04 PM, Henric Winell wrote: > Simon Urbanek skrev 2014-05-29 15:06: >> Dario, >> >> yes, that is a bug, now fixed. > > Thanks for fixing it. > > This problem was independently reported some time ago > (https://bugs.r-project.org/bugzilla/show_bug.cgi?id=15016) and I beli

Re: [Rd] mcmapply Core Usage

2014-05-29 Thread Henric Winell
Simon Urbanek skrev 2014-05-29 15:06: Dario, yes, that is a bug, now fixed. Thanks for fixing it. This problem was independently reported some time ago (https://bugs.r-project.org/bugzilla/show_bug.cgi?id=15016) and I believe that it can now be closed. Henric Cheers, Simon On May 29

Re: [Rd] mcmapply Core Usage

2014-05-29 Thread Simon Urbanek
Dario, yes, that is a bug, now fixed. Cheers, Simon On May 29, 2014, at 2:00 AM, Dario Strbenac wrote: > Hello, > > I have a minimal example that shows a problem I'm having with parallel > processing. > > library(parallel) > mcmapply(function(x, y) > { > print("Running") > Sys.sleep(10)