作业调度系统--SGE和PBS的使用方法

本文详细介绍了GridEngine和PBS两种作业管理系统,包括它们的主要命令及其参数,如qsub、qstat、qdel等,用于提交、查看和删除作业。此外,还提到了资源管理和监控工具,如qhost、pbsnodes,以及配置和修改队列的方法。这些内容对于理解并有效利用集群计算资源至关重要。
摘要由CSDN通过智能技术生成

SGE

1)过程

000

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=valueqconf -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>   # 查看某节点状态
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值