Am 27.01.2015 um 16:45 schrieb Kevin Taylor <[email protected]>: > > I don't know if this is possible or not, but I've got a test queue set up > with 5 hosts in it to test sequence number sorting of jobs. > > In the queue config, I have: > > seq_no 0,[hostA=110], \ > [hostB=105], \ > [hostC=105], \ > [hostD=105], \ > [hostE=105] > > and when submitting a job, hostA is the last one to get stuff on it, which is > fine. > > Can I define this further, to say that only userA can get this type of > sorting, everyone else will get normal load based sorting?
No, but he can use a soft request to avoid nodeA if possible: `qsub -soft -l 'h=!nodeA' ...` -- Reuti > This doesn't work, but something like [userA@hostA=110], [userA@hostB=105], > etc...? > > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
