David Mathog wrote:
I'm guessing people might have all sorts of ideas about how they would want to solve "a problem like this one".Ralph Castain wrote: One is to forbid MPI jobs from competing for the same resources. The assumption that an MPI process has dedicated use of its resources is somewhat ingrained into OMPI. Checkpoint/restart: if a higher-priority job comes along, kick the lower-priority job off. Yield. This issue comes up often on these lists. That is, don't just set process priorities high or low, but make them more aggressive when they're doing useful work and more passive when they're waiting idly. |
- [OMPI users] mpirun --nice 10 prog ?? David Mathog
- Re: [OMPI users] mpirun --nice 10 prog ?? Ralph Castain
- Re: [OMPI users] mpirun --nice 10 prog ?? David Mathog
- Re: [OMPI users] mpirun --nice 10 prog ?? Eugene Loh
