Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

When submitting batch jobs with qsub, is there a way to exclude a certain node (by hostname)?

Something like

# this is just a pseudo command:
qsub myscript.sh --exclude computer01
share|improve this question
   
What scheduler are you using? I don't know of native support in TORQUE for this, but Moab does support it. – dbeer Feb 29 '12 at 17:16

1 Answer

what I do normally is to especify the nodes I want to use.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.