| 查看: 1283 | 回复: 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 ] |
» 猜你喜欢
量子点电致发光器件(QLED):蓝光量子点(QDs)和纳米氧化锌电子传输材料
已经有0人回复
需要一个圆偏振光诱导化学反应,请问使用圆偏振光作为光源,应该需要哪些设备搭建
已经有0人回复
物理化学论文润色/翻译怎么收费?
已经有95人回复
[电子教材]天津大学物理化学(第七版)上、下册
已经有3人回复
阴离子交换膜电解二氧化碳还原
已经有0人回复
九江学院2026年最新高层次人才招聘公告
已经有0人回复
深圳信息职业技术学院2026年教师招聘公告(最新)
已经有0人回复
求ENDNOTE破解软件安装包
已经有4人回复
研究生招生
已经有0人回复
河海大学 (211.双一流高校)钙钛矿光电实验室丁勇团队欢迎有志青年!
已经有3人回复
黑龙江省原子能研究院化学课题组招收2026级化学专业或化学相关专业硕士生
已经有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













回复此楼