Hi,

I've just discovered that RKWard and the multicore-package
(http://cran.r-project.org/web/packages/multicore/index.html) don't
work well together: After using mclapply(), RKWard remains using 100%
CPU on one core.

A basic example (I'm using R-2.10.1, RKWard-0.5.2 and multicore-0.1-3
on gentoo x86)

library("multicore")
mclapply(1:100, function(x) { mean(rnorm(x)) } )

I guess the problem will also occur with the foreach package when
using the multicore package as a parallel backend.

Best regards,
Michel

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to