SGE
1)过程
2)用法
qstat
参数 | 注释 |
---|---|
-u username | # |
-j jobID | # |
-q queue | # |
qacct
qhost
# show the status of Grid Engine hosts, queues, jobs
qhost -F
qsub
参数 | 注释 |
---|---|
-cwd | #current working dir |
-l resource=value | qconf -sc |
-o path | #std out |
-e path | #std error |
-S shell_path | #shell |
qhold
参数 | 注释 |
---|---|
-u username | # |
jobID | # |
qdel
参数 | 注释 |
---|---|
-u username | # |
jobID | # |
# display the list of configured resource attributes
qconf -sc > qconf_sc.txt
# edit
qconf -Mc qconf_sc.txt
#
qconf -sq all.q > all.q.txt
# edit all.q.txt to new.q.txt
qmod -f -d all.q # disabled all.q
qconf -Aq new.q.txt # create queue new.q
参考资料
https://www.cnblogs.com/renping/p/7441494.html
http://gridscheduler.sourceforge.net/htmlman/
https://smrt-analysis.readthedocs.io/en/latest/The-job-is-very-slow/
http://arc.liv.ac.uk/SGE/howto/sge-configs.html
https://docs.oracle.com/cd/E19957-01/820-0698/chp9-22/index.html
PBS
qsub # 提交
qstat # 查看
qdel # 删除
pbsnodes # 查看所有节点
pbsnodes -l free # 查看空闲节点
pbsnodes <node> # 查看某节点状态