我正在尝试向SGE提交工作。过去,它一直以同样的方式为我工作。现在,所有作业都停留在qw状态。
“qstat -g c”输出:
> CLUSTER QUEUE CQLOAD USED AVAIL TOTAL
> all.q 0.38 0 160 1920
> gpu6.q -NA- 0 0 4
> par6.q 0.38 750 135 1800
> seq6.q 0.41 103 170 416
> smp3.q 1.01 0 0 96
“qstat”输出看起来总是像以前一样。
谷歌搜索仅向我提示了我没有root访问权限的人员。
有人建议吗?
谢谢。
编辑:作业是通过“qsub -q seq6.q脚本名”或smp3.q或par6.q提交的。
据我所见,“qstat -j jobid”没有给出任何特殊的地方:
job_number: 2821318
exec_file: job_scripts/2821318
submission_time: Wed Mar 4 12:07:15 2015
owner: username
uid: 31519
group: dch
gid: 1150
sge_o_home: /home/hudson/pg/username
sge_o_log_name: username
sge_o_path: /gpfs/hamilton6/apps/intel_comp_2014/composer_xe_2013_sp1.2.144/bin/intel64:/usr/local/bin:/bin:/usr/bin:/usr/lpp/mmfs/bin:/usr/local/Cluster-Apps/sge/6.1u6/bin/lx24-amd64:/panfs/panasas1.hpc.dur.ac.uk/apps/nag/fll6a21dpl/scripts
sge_o_shell: /bin/tcsh
sge_o_workdir: /panfs/panasas1.hpc.dur.ac.uk/username/path
sge_o_host: hamilton1
account: sge
mail_list: username@hamilton1
notify: FALSE
job_name: scriptname
jobshare: 0
hard_queue_list: seq6.q
env_list:
script_file: scriptname
scheduling info: (Collecting of scheduler job information is turned off)
最佳答案
我今天也遇到过同样的问题。我们正在为客户运行Univa Grid Engine。我为运行在主机上请求大量内存的作业(h_stack = 64M,memory_free = 4G,virtual_free = 4G)配置了一些复杂的组件。
完成此配置后,作业将卡在等待队列中。
这种配置与我们所有执行主机上的3G匹配多年。我将在第二天测试此新配置(4G)。所有服务器都有足够的内存!
英戈