Re: [sage-devel] get @parallel to nice the subprocesses

2010-04-22 Thread Alex Ghitza
On Thu, 22 Apr 2010 06:39:15 -0700, William Stein wrote: > > Not that I know of, unless you just start the parent process with low > priority. Can you just start the parent process with low priority, or is > there some reason it has to have high priority? > No good reason. I just keep forgett

Re: [sage-devel] get @parallel to nice the subprocesses

2010-04-22 Thread Tim Joseph Dumol
On Thu, Apr 22, 2010 at 8:24 PM, Alex Ghitza wrote: > > Hi, > > I'm currently using the @parallel decorator in a more serious way to run > a bunch of computations on several cores. It's working great! > > There is one thing that I'd like to be able to do, and my poking around > has not resulted

Re: [sage-devel] get @parallel to nice the subprocesses

2010-04-22 Thread William Stein
On Thu, Apr 22, 2010 at 5:24 AM, Alex Ghitza wrote: > > Hi, > > I'm currently using the @parallel decorator in a more serious way to run > a bunch of computations on several cores. It's working great! > > There is one thing that I'd like to be able to do, and my poking around > has not resulted