Skip to content

multicore lmer: any changes since 2007?

3 messages · Michael Lawrence, Douglas Bates

#
Apologies for resurrecting a months-old thread, but I thought I'd note
that DEoptim has now been made parallel:

http://blog.fosstrading.com/2012/03/deoptim-in-parallel.html
On Wed, Jul 6, 2011 at 2:40 PM, Ben Bolker <bbolker at gmail.com> wrote:
#
Oh, and here's a gist showing how to use it using doMC for those of us
on unix systems:
https://gist.github.com/2050019
On Fri, Mar 16, 2012 at 9:32 AM, Mike Lawrence <Mike.Lawrence at dal.ca> wrote:
#
On Fri, Mar 16, 2012 at 7:32 AM, Mike Lawrence <Mike.Lawrence at dal.ca> wrote:
Before trying any of the options for speeding up execution one should
first profile the execution ("profile" in the sense of Rprof and
profiling the underlying compiled code).  My guess is that the
calculations in the optimizer algorithm are not the bottleneck, it is
the evaluation of the deviance that takes the time.

Recently I switched to using the Google perftools
(http://code.google.com/p/gperftools/) for malloc/free to get a better
handle on potential memory errors in the development process.  It
should be possible to use the profiling of the compiled code from the
perftools too.