|
本帖最后由 最爱喵星人 于 2019-5-22 14:32 编辑
在单节点上安装torque PBS。
提交任务后一直显示作业处于排队状态。
pnsnodes 显示节点正常运行
state = free
power_state = Running
ps aux|grep pbs 显示pbs mom, server sched 也在运行
root 62755 0.4 0.0 805996 11500 ? Sl May16 37:47 /usr/local/torque-6.1.2/sbin/pbs_server -d /var/spool/torque
root 62791 0.0 0.0 37900 472 ? Ss May16 0:00 /usr/local/torque-6.1.2/sbin/pbs_sched -d /var/spool/torque
root 62861 0.2 0.0 80960 48048 ? SLsl May16 18:10 /usr/local/torque-6.1.2/sbin/pbs_mom -p -d /var/spool/torque
qmgr 查看队列信息:
Queue batch
queue_type = Execution
total_jobs = 1
state_count = Transit:0 Queued:1 Held:0 Waiting:0 Running:0 Exiting:0 Complete:0
max_running = 8
resources_default.walltime = 5000:00:00
resources_default.nodes = 1
mtime = Tue May 21 16:11:20 2019
resources_assigned.nodect = 0
max_user_run = 8
enabled = True
started = True
如果使用qrun 让作业强行跑起来的话,作业马上从状态Q变成状态C,生成的输出文件报错找不到输入文件,并且莫名其妙的把我/etc/profile/里echo的一些内容打印到输出文件里了。
请问怎么样才能让提交的作业跑起来呢?
谢谢
|
|