On Thu, 2021-11-04 at 18:52 +0300, Elias T. Krainski wrote:
> Yes, it is a lack of memory. For this model size you might need a few
> dozens of Gb.
> From the error message I can see that you are not using the (new)
> PARDISO library. You can try it following instructions from
> inla.pardiso()
>
> Elias
>
>
> On Thu, 4 Nov 2021 at 18:44, Amin Shn <
amins...@gmail.com> wrote:
> > Hi,
> >
> > I tried running a Poisson model with 140 000 rows and three random
> > effects, on of which is 'Besag' model on 36000 counties (so a
> > gigantic adjacency matrix) and INLA gave me this error:
> >
> > taucs_malloc_stub fail to malloc 9085712 bytes
> > Aborted (core dumped)
> > Error in inla.inlaprogram.has.crashed() : The inla-program exited
> > with an error. Unless you interupted it yourself, please rerun with
> > verbose=TRUE and check the output carefully. If this does not help,
> > please contact the developers at <
he...@r-inla.org>.
> >
> > Do I have a memory problem? Is the problem related to the size of my
> > data? Is there any solution to it?
> >
> > Best,
> > Amin
--