After updating the INLA version in a linux server (see info below), it crashes and I get the following error. I suspect is because Ubuntu 12.0x is too old?
> dt = data.frame(x = rnorm(10), y = rnorm(10))
> inla(y~x, data=dt)
/usr/local/lib/R/site-library/INLA/bin/linux/64bit/inla: /usr/lib/x86_64-linux-gnu/libgomp.so.1: version `GOMP_4.0' not found (required by /usr/local/lib/R/site-library/INLA/bin/linux/64bit/inla)
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.
> sessionInfo()
R version 3.2.5 (2016-04-14)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu precise (12.04.5 LTS)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] INLA_0.0-1485844051 Matrix_1.2-1 sp_1.0-13
[4] data.table_1.9.4
loaded via a namespace (and not attached):
[1] magrittr_1.5 plyr_1.8.2 tools_3.2.5 reshape2_1.4.1
[5] Rcpp_0.11.3 splines_3.2.5 stringi_0.4-1 grid_3.2.5
[9] stringr_1.0.0 chron_2.3-45 lattice_0.20-31