Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 qsub 命令将作业提交到服务器上的队列。
由于有些节点比其他节点慢得多,我想避免它们。
是否有标志或参数可以避免我的作业在那些较慢的计算节点上运行?
试试这个
qsub -q <queuename>
或者
qsub -l nodes=<nodename>