Skip to content
Prev 262786 / 398502 Next

Rmpi installation

Kristian,

these are the usual problems with binary distributions.  

Regarding 

         >  --with-Rmpi-include=/usr/lib64/mpi/gcc/openmpi/include

and configure output

         > checking for mpi.h... no

... so does "/usr/lib64/mpi/gcc/openmpi/include" really exist? At least,
that appears to be a very unusual place to look for mpi.h (normally
to be found in "/usr/include" ).
 
And if you try to compile & link the attached demo program: does
the link phase succeed? Compile & link using

    $ mpicc mtest.c -o mtest

Presumably you have already tried to run install.packages("Rmpi").


Kind regards

Hugo
On Wednesday 15 June 2011 16:22:07 Unger, Kristian, Dr. wrote: