As far as I can tell, 'qtype INTERACTIVE' doesn't ever get used since qrsh, qsh, qsub, qlogin are all treated as BATCH.
Is there a way to use resource quota sets or some other method to restrict an exec host to interactive jobs and prevent non-interactive from scheduling there? Thanks, Mike -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mike Hanby Sent: Friday, September 14, 2012 9:33 PM To: [email protected] Subject: [gridengine users] How do I restrict a node or queue to only running interactive jobs (qsh, qrsh, qlogin)? GE 6.2u5 I have a node (exec host) that I want to be used for interactive jobs. I don't want batch jobs on this node. I've tried adding a new queue called interactive.q with "qtype INTERACTIVE", but qlogin/qrsh jobs never start: $ qlogin -q interactive.q job 8458977 cannot run in queue instance "[email protected]" because it is not of type batch If I add BATCH to the qtype variable for the queue, the job will work. How do I configure either a queue, or the exec host to only run interactive jobs? Thanks, Mike _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
