24小时热门版块排行榜    

查看: 3585  |  回复: 16
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

zhangguangping

木虫 (著名写手)

[交流] 关于Troque提交任务需要用qrun才能运行的讨论 已有6人参与

Troque+Maui,一直用的很好,今天突然发现有的账户提交任务后,一直在排队,其实对那个账户来说是有资源可利用的。非得需要用qrun命令才能运行。我到小木虫上搜索了一下,发现也有相同的帖子,但是均未给出解决办法:
http://muchong.com/bbs/viewthread.php?tid=1799745
http://muchong.com/bbs/viewthread.php?tid=1272931
http://muchong.com/bbs/viewthread.php?tid=2717220

咱们板块的高手能不能给出解决办法呢?
回复此楼

» 收录本帖的淘帖专辑推荐

第一性原理

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

弘德明志博学笃行
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhangguangping

木虫 (著名写手)

引用回帖:
7楼: Originally posted by xztjhs at 2012-04-04 14:26:40:
建议qmgr -c "p s",然后把配置信息发出来看一下。

你说的这种情况个人认为有以下几种可能:

1、CPU未使用完,但是在资源池中的节点已被使用完,即资源不足、

2、存在死掉的任务未删除。

3 ...

首先我觉得qmgr -c "p s"给出的信息应该不足以提供解决该问题的信息。我用的是Troque-2.4.6+maui-3.3.1

不过我还是把我的配置贴一下吧。静听高手指点!

#
# Create queues and set their attributes.
#
#
# Create and define queue AMBER
#
create queue AMBER
set queue AMBER queue_type = Execution
set queue AMBER resources_default.neednodes = amber
set queue AMBER acl_group_enable = True
set queue AMBER acl_groups = amber
set queue AMBER acl_group_sloppy = True
set queue AMBER enabled = True
set queue AMBER started = True
#
# Create and define queue MOLPRO
#
create queue MOLPRO
set queue MOLPRO queue_type = Execution
set queue MOLPRO resources_default.neednodes = molpro
set queue MOLPRO acl_group_enable = True
set queue MOLPRO acl_groups = molpro
set queue MOLPRO acl_group_sloppy = True
set queue MOLPRO enabled = True
set queue MOLPRO started = True
#
# Create and define queue TRANSIESTA
#
create queue TRANSIESTA
set queue TRANSIESTA queue_type = Execution
set queue TRANSIESTA resources_default.neednodes = transiesta
set queue TRANSIESTA acl_group_enable = True
set queue TRANSIESTA acl_groups = transiesta
set queue TRANSIESTA acl_group_sloppy = True
set queue TRANSIESTA enabled = True
set queue TRANSIESTA started = True
#
# Create and define queue OTHERS
#
create queue OTHERS
set queue OTHERS queue_type = Execution
set queue OTHERS resources_default.neednodes = others
set queue OTHERS acl_group_enable = True
set queue OTHERS acl_groups = others
set queue OTHERS acl_group_sloppy = True
set queue OTHERS enabled = True
set queue OTHERS started = True
#
# Create and define queue SIESTA
#
create queue SIESTA
set queue SIESTA queue_type = Execution
set queue SIESTA resources_default.neednodes = siesta
set queue SIESTA acl_group_enable = True
set queue SIESTA acl_groups = siesta
set queue SIESTA acl_group_sloppy = True
set queue SIESTA enabled = True
set queue SIESTA started = True
#
# Create and define queue GAUSSLAB206
#
create queue GAUSSLAB206
set queue GAUSSLAB206 queue_type = Execution
set queue GAUSSLAB206 resources_default.neednodes = gausslab206
set queue GAUSSLAB206 acl_group_enable = True
set queue GAUSSLAB206 acl_groups = gausslab206
set queue GAUSSLAB206 acl_group_sloppy = True
set queue GAUSSLAB206 enabled = True
set queue GAUSSLAB206 started = True
#
# Create and define queue GAUSSIAN
#
create queue GAUSSIAN
set queue GAUSSIAN queue_type = Execution
set queue GAUSSIAN resources_default.neednodes = gaussian
set queue GAUSSIAN acl_group_enable = True
set queue GAUSSIAN acl_groups = gaussian
set queue GAUSSIAN acl_group_sloppy = True
set queue GAUSSIAN enabled = True
set queue GAUSSIAN started = True
#
# Create and define queue DALTON
#
create queue DALTON
set queue DALTON queue_type = Execution
set queue DALTON resources_default.neednodes = dalton
set queue DALTON acl_group_enable = True
set queue DALTON acl_groups = dalton
set queue DALTON acl_group_sloppy = True
set queue DALTON enabled = True
set queue DALTON started = True
#
# Set server attributes.
#
set server scheduling = True
set server acl_hosts = node00
set server managers = zhanggp@node00
set server operators = zhanggp@node00
set server default_queue = NONE
set server log_events = 511
set server mail_from = adm
set server scheduler_iteration = 600
set server node_check_rate = 150
set server tcp_timeout = 6
set server mom_job_sync = True
set server keep_completed = 300
set server next_job_number = 2438
弘德明志博学笃行
8楼2012-04-04 15:52:44
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 17 个回答

风间的记忆

铁杆木虫 (著名写手)

★ ★
小木虫: 金币+0.5, 给个红包,谢谢回帖
dbb627: 金币+1, 欢迎交流 2012-03-16 11:23:14
我猜测啊
虽然我们是GE
大部分可能是资源虽然是空闲的
但有垃圾信息
比如内存和CPU被占用了
调度系统认为资源条件不够
QRUN是强制运行
即使开始运行
效率也不会高
清理垃圾试试
也可以重启。。。。
如果可能
看看为什么垃圾会产生
很大的可能是程序写的不好
九州浩淼,任其东西,明日何在,但随我意。
2楼2012-03-16 09:21:55
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhangguangping

木虫 (著名写手)

引用回帖:
2楼: Originally posted by 风间的记忆 at 2012-03-16 09:21:55:
我猜测啊
虽然我们是GE
大部分可能是资源虽然是空闲的
但有垃圾信息
比如内存和CPU被占用了
调度系统认为资源条件不够
QRUN是强制运行
即使开始运行
效率也不会高
清理垃圾试试
也可以重启。。。。
如 ...

有这些可能。另外您说的最后一句程序写的不好,是指的上一次在该节点运行的程序写的不好吧?他们运行过后,没有做收尾工作,留下一些垃圾,导致调度系统认为条件不合适呢。
看来Troque调度系统检查的东西挺多,并不是说只要有资源,就可以往上提交。可能需要检查cup负载,内存等情况。

谢谢您的提醒!
弘德明志博学笃行
3楼2012-03-16 10:11:50
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

风间的记忆

铁杆木虫 (著名写手)


dbb627: 金币+1, 欢迎交流 2012-03-16 11:23:38
引用回帖:
3楼: Originally posted by zhangguangping at 2012-03-16 10:11:50:
有这些可能。另外您说的最后一句程序写的不好,是指的上一次在该节点运行的程序写的不好吧?他们运行过后,没有做收尾工作,留下一些垃圾,导致调度系统认为条件不合适呢。
看来Troque调度系统检查的东西挺多, ...

不是检查挺多
而是必须检查CPU和内存。。。
任何调度系统都是这样的
九州浩淼,任其东西,明日何在,但随我意。
4楼2012-03-16 10:35:37
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 让我中一个面上吧! +11 大萍1987 2026-08-20 13/650 2026-08-21 14:48 by 20120902066
[基金申请] 看来今天不会放榜了? +6 chengyan1220 2026-08-21 6/300 2026-08-21 14:47 by 20120902066
[基金申请] 人气不行了 +7 fansofjerry 2026-08-21 7/350 2026-08-21 14:13 by Vivilian
[基金申请] 感觉是下周放榜了 +7 angus9576 2026-08-17 12/600 2026-08-21 13:38 by weiyin
[基金申请] 我面上完蛋了 +7 且听虎啸 2026-08-20 8/400 2026-08-21 12:31 by 酷酷墨镜
[基金申请] 时间戳又变了 +12 wuchongjun 2026-08-20 18/900 2026-08-21 11:53 by wuchongjun
[基金申请] 今天基金会出结果吗?20260819 +15 kkkl_v 2026-08-19 16/800 2026-08-21 11:22 by 365372687
[论文投稿] 投稿咨询 +5 wwm09 2026-08-17 7/350 2026-08-21 10:11 by 期刊论文帮手
[基金申请] 今天放榜没戏了吧 +9 yuleib84 2026-08-19 11/550 2026-08-21 10:06 by gltch
[基金申请] 基金啊基金 +4 longfie172 2026-08-20 4/200 2026-08-21 08:58 by mark mao
[基金申请] 重要消息,中午系统在维护 +11 yuleib84 2026-08-18 12/600 2026-08-20 11:09 by xskun
[基金申请] filecode,4个jtjc了 +11 ziyangfang 2026-08-19 13/650 2026-08-19 21:28 by aasahr
[教师之家] 为什么余额宝的年化利率越来越低?主要原因有哪些? +5 瞬息宇宙 2026-08-15 5/250 2026-08-19 20:23 by super2002521
[基金申请] 今天放榜吗? +14 布布和一二 2026-08-19 15/750 2026-08-19 18:07 by gltch
[基金申请] 2027广东省杰青 +4 奶牛小黑 2026-08-15 10/500 2026-08-19 11:02 by wanfengnew
[基金申请] 朋友圈看到的 +6 wangzilk 2026-08-18 8/400 2026-08-19 10:55 by Haru815
[基金申请] 快农历七夕节了,轻松一下,男人悄悄话,女施主请不要进来。 +6 Tide man 2026-08-14 7/350 2026-08-19 09:56 by ZJTJZ
[基金申请] 今天维护系统维护 祝所有人 高中 +8 gjjjzhong 2026-08-18 9/450 2026-08-18 13:01 by 家与远方
[基金申请] 93BebMhtakh前后11位开头都是大写 +4 且听虎啸 2026-08-17 5/250 2026-08-18 00:49 by 蔡棒棒菂
[基金申请] 各位道友,我要去昆明玩几天,回来见。 +7 Tide man 2026-08-14 8/400 2026-08-15 01:11 by arzu_hma
信息提示
请填处理意见