On Tue, 2016-05-31 at 13:58 -0700, Yimer Wasihun wrote:
> Dear All,
>
> I was trying to use a super computer to do some simulations. It is
> linux system. So to install r-inla, I just follow the usual procedure
> like as:
> install.packages("INLA", repos="
https://www.math.ntnu.no/inla/R/testi
> ng")
> It works fine for installation and with library(INLA). The problem is
> that when I use a certain function in the package. For example, when
> I use inla.nonconvex.hull, I found the following problem:
> > Centroides <-read.delim("centroids_BE.txt")
> > Borders <- as.matrix(Centroides[-1]/10^6)
> > BEdomain <- inla.nonconvex.hull(Borders, convex=-0.05, concave=-
> 0.06)
> /R/x86_64-pc-linux-gnu-library/3.2/INLA/bin/linux/64bit/fmesher:
> /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found
> (required by /R/x86_64-pc-linux-gnu-
> library/3.2/INLA/bin/linux/64bit/fmesher)
>