| 查看: 1583 | 回复: 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 ] |
» 猜你喜欢
ORCA 纯新手向入门指南0.7版
已经有0人回复
深圳理工大学-深圳大学联合培养项目2027年接收推荐免试研究生
已经有2人回复
物理化学论文润色/翻译怎么收费?
已经有277人回复
哈尔滨工业大学(深圳)绿色合成化学团队招收27年春季或秋季入学的博士生
已经有5人回复
【接测试】TPD-TPR、TPO、脉冲吸附、原位红外,电化学原位红外,站内联系
已经有0人回复
铁离子电池求助
已经有0人回复
吉林大学化学学院理论化学研究所刘靖尧教授课题组招收2027级申请考核制博士研究生
已经有0人回复
想问为什么自制半电池循环只有50圈?
已经有0人回复
硕士研究生全国统考 英语二真题合集
已经有0人回复
2027年申博自荐信
已经有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









回复此楼