| 查看: 1304 | 回复: 17 | |||
| 当前主题已经存档。 | |||
[交流]
【求助】Gaussian03 linux下安装问题
|
|||
|
小弟最近在linux下安装Gaussian03时遇到问题,急求各位大虾,我是按照Gaussian公司的提供的步骤来的,但是在% ./bsd/install 这之后出现如下内容: [root@localhost ~/g03]$ ./bsd/install Info: distribution path not specified on command line Info: using current working directory: /root/g03/linda7.1 Info: using "/usr/bin/ranlib" to assure up to date archives Info: executing "chmod a+r" on all files in ./common Info: executing "chmod a+rx" on all directory files in ./common Info: using "/root/g03/linda7.1/opteron-linux-I8/" as value of LINDA_PATH Info: executing "chmod a+r" on all files in /root/g03/linda7.1/opteron-linux-I8 Info: executing "chmod a+rx" on all directory files in /root/g03/linda7.1/opteron-linux-I8 Info: executing "/usr/bin/ranlib" on .a files in directory: /root/g03/linda7.1/opteron-linux-I8/lib Info: fixing LINDA_PATH in shell scripts in directory: /root/g03/linda7.1/opteron-linux-I8/bin Info: fixed /root/g03/linda7.1/opteron-linux-I8/bin/ntsnet Info: fixed /root/g03/linda7.1/opteron-linux-I8/bin/flc Info: fixed /root/g03/linda7.1/opteron-linux-I8/bin/vntsnet Info: fixed /root/g03/linda7.1/opteron-linux-I8/bin/pmbuild Info: fixed /root/g03/linda7.1/opteron-linux-I8/bin/LindaLauncher Info: executing "chmod a+rx" on all files in directory: /root/g03/linda7.1/opteron-linux-I8/bin ln: ‘./clc’:文件已存在 ln: ‘./flc’:文件已存在 ln: ‘./ntsnet’:文件已存在 后来我还是在.login文件中设置了环境变量,但是提交作业时出现:bash: g03: command not found ……这是怎么回事?急求各位 [ Last edited by erylingjet on 2009-1-2 at 19:07 ] |
» 猜你喜欢
393求调剂推荐
已经有1人回复
能源环境新材料研究团队 招收 新能源、冶金、材料、化工、环境 等工科类考生
已经有0人回复
物理化学论文润色/翻译怎么收费?
已经有284人回复
能源环境新材料研究团队 招收 新能源、冶金、材料、化工、环境 等工科类研究生
已经有0人回复
武汉纺织大学教育部重点实验室调剂
已经有0人回复
能源环境新材料研究团队 研究生调剂招生
已经有0人回复
齐齐哈尔大学材料科学与工程学院有调剂名额
已经有0人回复
苏州科技大学 物理学专业 接收调剂生
已经有0人回复
苏州科技大学 物理学专业 接收调剂生
已经有0人回复
苏州科技大学 物理学专业 接收调剂生
已经有0人回复
高效微纳米储能材料与产业化推进实验室 苏州 招收硕士研究生(含调剂)
已经有0人回复
wuhanhgf2002
金虫 (正式写手)
- 应助: 0 (幼儿园)
- 金币: 323.8
- 帖子: 435
- 在线: 43.1小时
- 虫号: 121302
- 注册: 2005-12-03
- 性别: GG
- 专业: 有机合成
4楼2009-01-03 10:05:07
2楼2009-01-02 17:30:00
3楼2009-01-02 21:19:09
5楼2009-01-03 17:31:10
snoopyzhao
至尊木虫 (职业作家)
- QC强帖: 1
- 应助: 157 (高中生)
- 贵宾: 0.02
- 金币: 18844.7
- 红花: 29
- 帖子: 3803
- 在线: 1422.4小时
- 虫号: 183750
- 注册: 2006-02-13
- 专业: 污染生态化学
★ ★ ★
gwdavid(金币+3,VIP+0):谢谢
gwdavid(金币+3,VIP+0):谢谢
|
在 .bashrc 中写入这些,然后 logout 现 login 就可以了 当然,你需要作相应的调整,比如你的安装位置等…… G03ROOT=/home/userid/g03 GAUSS_EXEDIR=$G03ROOT GAUSS_SCRDIR=/tmp/userid/g03 LD_LIBRARY_PATH=$G03ROOT/:$LD_LIBRARY_PATH PATH=$G03ROOT/:$PATH export G03ROOT GAUSS_EXEDIR GAUSS_SCRDIR LD_LIBRARY_PATH PATH |
6楼2009-01-03 19:42:59
★ ★ ★
gwdavid(金币+3,VIP+0):谢谢
gwdavid(金币+3,VIP+0):谢谢
|
更正下错误的地方 写入.bashrc后不用注销,重新打开终端即可生效。 如果解压后的绝对路径是/opt/gaussian/g03/ 那么环境变量应该设置成 export g03root=/opt/gaussian #g03解压缩后的上层目录 export GAUSS_SCRDIR=/tmp/gaussian #存放临时文件的目录,可以指定其他目录 source $g03root/g03/bsd/g03.profile #加载高斯设置 其他的无需设置。 如果不能运行出现权限错误在/opt/gaussian目录下执行 chgrp -R 搞定 [ Last edited by purplekey on 2009-1-5 at 10:37 ] |
7楼2009-01-05 10:35:43
|
chgrp -R Info: distribution path not specified on command line Info: using current working directory: /root/g03/linda7.1 Info: using "/usr/bin/ranlib" to assure up to date archives Info: executing "chmod a+r" on all files in ./common Info: executing "chmod a+rx" on all directory files in ./common Info: using "/root/g03/linda7.1/opteron-linux-I8/" as value of LINDA_PATH Info: executing "chmod a+r" on all files in /root/g03/linda7.1/opteron-linux-I8 Info: executing "chmod a+rx" on all directory files in /root/g03/linda7.1/opteron-linux-I8 Info: executing "/usr/bin/ranlib" on .a files in directory: /root/g03/linda7.1/opteron-linux-I8/lib Info: fixing LINDA_PATH in shell scripts in directory: /root/g03/linda7.1/opteron-linux-I8/bin Info: fixed /root/g03/linda7.1/opteron-linux-I8/bin/ntsnet Info: fixed /root/g03/linda7.1/opteron-linux-I8/bin/flc Info: fixed /root/g03/linda7.1/opteron-linux-I8/bin/vntsnet Info: fixed /root/g03/linda7.1/opteron-linux-I8/bin/pmbuild Info: fixed /root/g03/linda7.1/opteron-linux-I8/bin/LindaLauncher Info: executing "chmod a+rx" on all files in directory: /root/g03/linda7.1/opteron-linux-I8/bin ln: ‘./clc’:文件已存在 ln: ‘./flc’:文件已存在 ln: ‘./ntsnet’:文件已存在 后来按各位说的方法设置环境变量也不行 |
8楼2009-01-05 12:15:18
9楼2009-01-05 13:52:27
10楼2009-02-13 17:12:29














回复此楼