Displaying 1 result from an estimated 1 matches for "mclapply_test".
2012 Dec 13
1
possible bug in function 'mclapply' of package parallel
...the function 'mclapply' of package
'parallel'. I construct a matrix using the same input data and code with a
single difference: Once I use mclapply and the other time lapply.
Shockingly the result is NOT the same.
To evaluate please unpack the attached archive and execute
Rscript mclapply_test.R
I put the two simple functions I wrote inside the R script and the
serialized input matrix.
My function is once executed using mclapply and the other time lapply
internally. - There's an argument lapply.funk, one can set to mclapply.
The results are checked for identity with a striking FALS...