[...]
I am sorry, I am copy/pasting the messages because I switched off receiving list mails. I forgot to ask to reply also to my personal address.
Hope this one is readable
> Ok, didn't see that. But please do understand that 0.5-5 is on CRAN
> and released. (And yes, that is the version for which I also had to
> make a fix to get it build on Debian as mentioned).
Ok I 'll stick to that one
[...]
> Not it does not as lib64 != lib. You probably it installed if you
> create a softlink from
> /usr/lib64/mpi/gcc/openmpi/lib64
>
> to
Thank you, the following works for me:
# ln -s /usr/lib64/mpi/gcc/openmpi/lib64/ /usr/lib64/mpi/gcc/openmpi/lib
# CC="mpicc" R CMD INSTALL Rmpi_0.5-5.tar.gz --configure-args=--with-mpi=/usr/lib64/mpi/gcc/openmpi/
# mpirun --version
mpirun (Open MPI) 1.2.5
So far so good, thanks also to Sean Davis.
______________________________________________________