Skip to content
Prev 929 / 2152 Next

set priority for R processes in spawned nodes using SNOW

There is probably a more direct way to do this with SNOW, but one way
you can change the priority of a running R instance on Unix is with
renice.  You could use this as the first R code your spawned tasks run
:
20121: old priority 0, new priority 10

There's probably a way to hook this or similar commands into the
initialization code when spawning the worker tasks with SNOW.

            - Murray
On Tue, Mar 1, 2011 at 7:09 PM, Zhongyi Yuan <zhongyi-yuan at uiowa.edu> wrote: