Hi, Am 27.03.2018 um 22:37 schrieb Mun Johl:
> Hi, > > A couple of our execution hosts also serve as login servers. Therefore, we > only want them to take a job if all other execution hosts’ slots are full. > How would I go about configuring SGE v8.1.9 in that manner? You can give these login machines a higher sequence number in the queue configuration like: $ qconf -sq foo qname foo hostlist @allhosts seq_no 0,[@loginmachines=100],[special=105] $ qconf -ssconf ... queue_sort_method seqno -- Reuti _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
