首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何配置“qsub”以使用像LSF或SGE这样的调度系统?

如何配置“qsub”以使用像LSF或SGE这样的调度系统?
EN

Server Fault用户
提问于 2012-02-18 14:11:45
回答 1查看 795关注 0票数 2

有几种调度系统(工作负载管理系统)。像SGE(太阳网格引擎),LSF,PBS。通常在工作站上,使用'qsub‘命令可以将一个作业放在一个队列中,然后调度系统将从那里接管任务。我有几个问题:

  • “qsub”是Unix命令吗?
  • qsub如何与调度系统相关联?系统管理员需要配置什么?
  • 哪个调度系统比较流行?
EN

回答 1

Server Fault用户

回答已采纳

发布于 2012-05-02 17:10:14

代码语言:javascript
复制
* Is 'qsub' a Unix command?

    qsub is the binary used to submit jobs in SUN GRID ENGINE. Just like bsub in LSF

* How does qsub associate with a scheduling system? What does the system admin have to configure?

    qsub associate 100% with the scheduling system. The system admin can configure from nothing "basic installation" to server resource, policies, esub, elims to define the rules on job launching. 

* Which scheduling system is more popular?

    Depends. When we tried SGE couple of years ago it had issues taking more than 10K jobs but now SGE improved a log. At that point we had to opt for Platform LSF, which is a paid scheduling system but works great for large clusters with good monitoring solutions. 
票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/361470

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档