سؤال

I am using qsub command to submit job to the queue on a server.

As there are some of the nodes that are significantly slower than others, I would like to avoid them.

Is there a flag or a parameter that can avoid my jobs running on those slower computing nodes?

هل كانت مفيدة؟

المحلول

Try this

qsub -q <queuename> 

or

qsub -l nodes=<nodename>
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top