| 查看: 1626 | 回复: 3 | ||||
[求助]
高斯计算节点的问题
|
||||
|
各位大侠: 小弟有一个问题,就是,当有四个机器,节点分别为a,b,c,d的时候,我要并行运算只使用a,c,d三个节点,该如何控制呢?麻烦各位大侠帮忙一下,不胜感激, |
» 收录本帖的淘帖专辑推荐
计算 | 高斯使用注意 |
» 猜你喜欢
中国电机工程学报的投稿系统
已经有0人回复
招收博士一名-宁波大学
已经有0人回复
物理化学论文润色/翻译怎么收费?
已经有221人回复
厦门大学侯旭团队招聘青年教师、博士后及博硕士研究生
已经有2人回复
哈工大深圳 表界面物理化学方向(胶体与界面,光谱探测研究) 博士招生
已经有0人回复
元素硫的化合价和氧化态
已经有1人回复
江苏科技大学2026年招聘启事
已经有1人回复
International Journal of Nanoscience属于中科院4区吗?
已经有0人回复
面上再次挂了,太难了,躺也躺不了,倦也卷不过,小学校之殇!
已经有37人回复
澳大利亚南昆士兰大学量子点课题组招收博士生
已经有0人回复
» 本主题相关价值贴推荐,对您同样有帮助:
笔记本运行Gaussian,装linux系统能加快计算速度么
已经有16人回复
高斯计算激发态并行问题
已经有6人回复
【整理】今天整理硬盘上的资料,偶然发现的好玩的小东西就直接发上来吧
已经有106人回复
【讨论】Gaussian09的内存控制很奇特?
已经有28人回复
【ghcacj个人文集】单机环境下安装openmpi使用Orca并行运算的方法介绍
已经有12人回复

zhangmt
至尊木虫 (著名写手)
我叫MT
- QC强帖: 5
- 应助: 99 (初中生)
- 金币: 6961.8
- 散金: 10406
- 红花: 49
- 帖子: 1761
- 在线: 763.2小时
- 虫号: 880392
- 注册: 2009-10-22
- 性别: GG
- 专业: 理论和计算化学
【答案】应助回帖
gujing136: 回帖置顶 2011-12-07 11:19:38
gujing136(金币+35): 谢谢,按照您的方法,设置成功··· 2011-12-07 11:20:01
gujing136: 取消置顶 2011-12-07 11:21:33
gujing136: 回帖置顶 2011-12-07 11:21:48
gujing136(金币+35): 谢谢,按照您的方法,设置成功··· 2011-12-07 11:20:01
gujing136: 取消置顶 2011-12-07 11:21:33
gujing136: 回帖置顶 2011-12-07 11:21:48
|
The %LindaWorkers directive is used to specify computers where Linda worker processes should run. It has the following syntax: %LindaWorkers=node1[:n1][,node2[:n2]] […] This lists the TCP node name for each node to use. By default, one Linda worker is started on each node, but the optional value allows this to be varied. A worker is always started on the node where the job is started (the master node) whether or not it appears in the node list. %LindaWorkers may be combined with %NProcShared. In this case, one or more parallel worker processes will be run on each node (the number still determined by the values in %LindaWorkers). The value to %NProcShared specifies the number of SMP processors/cores to use on each system in the worker node list. Do not use the obsolete %NProcLinda directive. G09 will compute the total number of Linda workers based on the %LindaWorkers input. The following directive causes a network parallel job to be run across the specified 5 nodes. Nodes hamlet and ophelia will each run two worker processes. %LindaWorkers=hamlet:2,ophelia:2,laertes,horatio,lear The following directives specify that a parallel job will be executed on hosts norway, italy and spain. Nodes norway and italy will each run one 4-way SMP parallel worker, and spain will run two such workers: %NProcShared=4 Specifies four-way SMP parallelism. %LindaWorkers=norway,italy,spain:2 These directives make sense when norway and italy are 4 processor/core computers, and spain is an 8 processor/core computer. Note that the %NProc directive used in earlier Gaussian versions is obsolete. |

3楼2011-12-07 10:38:54
2楼2011-12-07 10:25:42
zhangmt
至尊木虫 (著名写手)
我叫MT
- QC强帖: 5
- 应助: 99 (初中生)
- 金币: 6961.8
- 散金: 10406
- 红花: 49
- 帖子: 1761
- 在线: 763.2小时
- 虫号: 880392
- 注册: 2009-10-22
- 性别: GG
- 专业: 理论和计算化学

4楼2011-12-07 10:41:15









回复此楼
这个我真的不知道……