Skip to content
Prev 1076 / 2152 Next

OpenMPI vs MPICH2 on debian system

Stephen et al.:

A little more sleuthing as well as working through this very listserv
found the culprit.  I had to run R via orterun for it to work
properly:

orterun -n 1 R --no-save

I was then able to spawn as many slaves as I needed.  I'm seeing the
slaves are eating up 100% CPU (which I've seen mention of previously),
so I'll want to figure out if there's a way to solve that or, for now:

nice -19 orterun -n 1 R --no-save

--j

On Thu, Aug 11, 2011 at 5:35 PM, Stephen Weston
<stephen.b.weston at gmail.com> wrote: