Newsgroups: comp.parallel.pvm
From: cmoore@boadicea.mit.edu (Christopher B. Moore)
Subject: Re: How to change the priority on slaves?
Organization: M.I.T. Astrophysics
Date: 02 Aug 1995 17:35:08 GMT
Message-ID: <CMOORE.95Aug2133508@boadicea.mit.edu>

In article <3vn1tu$s7e@magus.cs.utah.edu> hsong@lal.cs.utah.edu (Hwal Song) writes:

>  Setpriority does not seem to work.


Under OSF and Sunos 4.1.3 the following works well:

#include <sys/resource.h>
  setpriority(PRIO_PROCESS, 0, 19);



Christopher Moore
cmoore@maggie.mit.edu


