Hello,
Short version
I've just installed INLA in a debian12 and executing a code uses 100% of the CPU, all the RAM and a large amount of swap.
Long version
debian 12 (cinnamon) is installed in a virtualbox. R-version 4.3.2, stable version of INLA installed. This required the following installations
sudo apt install libssl-dev
sudo apt install libfontconfig1-dev
sudo apt install libxml2-dev
sudo apt install libharfbuzz-dev libfribidi-dev
sudo apt install libcurl4-openssl-dev
sudo apt install libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev
sudo apt install libudunits2-dev
sudo apt install libgsl-dev
sudo apt install libgdal-dev
In this state the code I'm running uses 100% of the CPU etc., takes a long time to complete (i.e. several minutes) with an error exit:
Killed
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>.
*** inla.core.safe: inla.program has crashed: rerun to get better initial values. try=1/1
*** inla.core.safe: rerun with improved initial values
or not. As I saw that it was an inla.mkl process occupying 100% of the process, I assumed that mkl referred to intel.mkl and installed the corresponding package (sudo apt install intel-mkl), but the results are the same.
I obtain the same issue with a debian12 installed on hard disk.
Previously on debian12, R 4.3.3 but INLA_23.04.24 built 2023-04-24 19:15:35 UTC the code could produce an error (or not) but the result was obtained quickly and without 100% inla.mkl
I attach the code I use.
Thanks in advance for your help
Dominique