Skip to content
Prev 7752 / 20628 Next

multicore lmer: any changes since 2007?

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.