如何configuration“qsub”以使用LSF或SGE等调度系统?

有几个调度系统(工作量pipe理系统)。 像SGE(Sun Grid Engine),LSF,PBS。 通常在工作站上,使用'qsub'命令可以将作业放入队列中,然后调度系统将从那里接pipe。 我有一些问题:

  • 'qsub'是一个Unix命令吗?
  • qsub如何与调度系统相关联? 系统pipe理员必须configuration什么?
  • 哪个调度系统更受欢迎?

* 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.