Skip to content
Prev 1402 / 2152 Next

Rsge combined with mclapply?

On Thu, Jun 14, 2012 at 4:42 AM, Daniel Saban?s Bov?
<daniel.sabanesbove at ifspm.uzh.ch> wrote:
This might work in the sense that it produces workable code on your
system.  But are you sure that you do not over-use your resources.
For example, on our system, I can qsub a job that SGE thinks takes up
a single slot (= core, the default) and then still use mclapply over 8
cores.  In that situation, I have asked for just 1 core, but I am
really using 8.  This has clear implications for the other users on
the system as well as resource allocation.  This is because our SGE
system is not too tightly locked down - it may be possible for a
sysadmin to prevent this, but I know I can do it on the system I have
access to.

Kasper