Skip to content
Prev 648 / 2152 Next

Rmpi on NetBSD with OpenMPI

Wow, so it is!

I was assuming that must have been part of the R code and didn't look
in the C code bits of Rmpi.

Given our Rmpi is compiled with

  --configure-args=--with-Rmpi-type=OPENMPI

you would think that the ifdef would be true.

Suffice to say that, even if it is, things don't work for us.

We had to place an explict load of libmpi.so, by R, into zzz.R to
get symbols from that library to be scoped correctly.