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 -l hostname=cicd5500d\|cicdrel57b\|cicdrel57c\|cicdrel57d\|cicdrel57e\|cicdrel57f -V
当我尝试提交 2 或 3 个工作时,它工作正常。但是当作业数大于 30 时,它在提交过程中失败并出现以下错误
无法运行作业:错误:没有合适的队列。
这可能是由网格设置引起的,在这种情况下我该怎么办。
问题是其中一台机器已从网格中移除。如果用户为 qsub 命令指定主机列表,那么他/她应该确保所有主机都在网格中。
此链接帮助我找到解决方案 http://wiki.crc.nd.edu/wiki/index.php/FAQ#.27Unable_to_run_job:_error:_no_suitable_queues.27_Message_When_Submitting_Job_Script