Skip to content
Prev 267 / 2152 Next

Problems Installing Rmpi on openSUSE 11.1 x86_64

If Rmpi is compiled successfully but cannot be loaded into R, it may  be
due to lam's mpi.so not in ld path. Normally I would modify the R script
and add a line like (right after the first line)
LD_LIBRARY_PATH=/usr/local/lam/lib

In this way, Rmpi knows where to find mpi.so and lam.so.

Hao
Melwin wrote: