Skip to content
Prev 1184 / 2152 Next

Rmpi installation with openmpi (on local directory)

On Dec 4, 2011, at 2:00 PM, Brian Smith wrote:

            
It seems that you don't have /home/bs/openmpi-1.4.4/lib (or wherever mpi lives on the cluster) in LD_LIBRARY_PATH on the cluster. You probably want something like
export LD_LIBRARY_PATH="/home/bs/openmpi-1.4.4/lib:$LD_LIBRARY_PATH"

Also note that R_HOME is ignored by R - it is overridden by the R script regardless so there is no point setting it in .bashrc (unless it's for some other scripts...)

Cheers,
Simon