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
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
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)
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)
}, as.list(1:10), as.list(10:1), mc.cores = 16, SIMPLIFY = FALSE)
I see "Running" printed once every ten seconds. I read the d