Skip to content
Prev 1384 / 2152 Next

mpirun and R

Sorry, short followup: if I keep the NO_AFFINITY=1 commented, I don't
get the failure below, but I get the aforementioned single-threaded
cluster execution.  I tried this:

# NO_AFFINITY=1 LEFT COMMENTED IN OPENBLAS MAKEFILE.RULE
require(parallel)
mcaffinity()
# It shows, of course, "1"
mcaffinity(1:12)
Loading required package: Rmpi
[mynode:00415] [[47733,1],0] routed:binomial: Connection to lifeline
[[47733,0],0] lost

So it seems like setting the affinity causes Rmpi to choke...

--j
On Sat, Jun 2, 2012 at 3:39 PM, Jonathan Greenberg <jgrn at illinois.edu> wrote: