Skip to content
Prev 8970 / 20628 Next

examples of combining chains from MCMCglmm

Hi Jarrod,

Thanks so much for the reply.  I think it was actually issues with
faulty parallelization---I was doing test cases on a single core and
then scaling to a cluster.  There were quite a few (1000s) of levels
of the random effects which I was storing and had not taken into
account that when run in parallel, I would need to request 2-4GB of
RAM per core so I think I had the system thrashing.

Clearing that up brought it down to more or less linear.  I did still
wonder about combining the chains.  I've worked out a bunch of code
now and am thinking of putting it up on github, but if you have some
other centralized (public) place for content related to MCMCglmm, I'd
be happy to put it there with examples.  Do you have or would you
consider something like: https://github.com/hadley/ggplot2 ?  In
particular if you click the Wiki tab there is a bunch of stuff and the
community can contribute so you would just keep working on the code
base, but then others would have a central place to put examples,
citations to your package, FAQs, stuff like that.

Cheers,

Josh
On Wed, Oct 3, 2012 at 3:47 AM, Jarrod Hadfield <j.hadfield at ed.ac.uk> wrote: