I have more than 200 jobs I need to submit to and sge cluster. I\'ll be submitting them into two ques. One of the ques have a machine that I don\'t want to submit jobs to. How c
There is a nice bypass to this.
Generate a simple bash file:
#!/bin/bash sleep 6000 #replace 6000 with any long period of time that will be enough to submit your jobs
submit this jobs to the node you wish to exclude until they fully occupy it.
Voila, your node is exclude.