Skip to content
Prev 57 / 2152 Next

Problem about config Rmpi with LAM on 64 bits

Hi Marce,

R and Lam on nfs should work. Your errors seem indicating that R cannot
find the path to lam lib. Can you make sure LAM is working: try
lamboot -v
lamnodes
lamexec C hostname

Any errors will indicate Lam is not configured right and Rmpi will not work.

If Lam is working but R still has the same errors, can you modify the R
script within R's bin dir to add something like (in the third line)
LD_LIBRARY_PATH=/usr/local/lam/lib

This is how I configure R and Lam to work on my cluster. I have LAM and
OpenMPI coexist but I separate them on different paths (not in PATH). I
installed two R's and modify R script with different LD_LIBRARY_PATH and
both R's work under different MPI.

Hao
Marce wrote: