Re: [OMPI users] mpirun --nice 10 prog ??

2011-01-07 Thread Eugene Loh
David Mathog wrote: Ralph Castain wrote: Afraid not - though you could alias your program name to be "nice --10 prog" Is there an OMPI wish list? If so, can we please add to it "a method to tell mpirun what nice values to use when it starts programs on nodes"?

Re: [OMPI users] mpirun --nice 10 prog ??

2011-01-07 Thread David Mathog
Ralph Castain wrote: > Afraid not - though you could alias your program name to be "nice --10 prog" > Is there an OMPI wish list? If so, can we please add to it "a method to tell mpirun what nice values to use when it starts programs on nodes"? Minimally, something like this: --nice 12

Re: [OMPI users] mpirun --nice 10 prog ??

2011-01-06 Thread Ralph Castain
Afraid not - though you could alias your program name to be "nice --10 prog" On Jan 6, 2011, at 3:39 PM, David Mathog wrote: > Is it possible using mpirun to specify the nice value for each program > run on the worker nodes? It looks like some MPI implementations allow > this, but "mpirun