计算化学公社

 找回密码 Forget password
 注册 Register
Views: 10691|回复 Reply: 11
打印 Print 上一主题 Last thread 下一主题 Next thread

[Gaussian/gview] Help to install gaussian16 on ubuntu

[复制链接 Copy URL]

206

帖子

0

威望

2251

eV
积分
2457

Level 5 (御坂)

跳转到指定楼层 Go to specific reply
楼主
I need to install gaussian16 in an Ubuntu machine, I need to do the Source Code Installation, I have a tbJ and tbz file, the gaussian instruction seem a little unclear to me, in special when it refers to a group, I don't know what they mean with group so this line: '% chgrp -R grp g16' do not work.
If anyone has more detailed instructions or has a step-by-step installation I will really appreciate it.


2425

帖子

1

威望

6197

eV
积分
8642

Level 6 (一方通行)

2#
发表于 Post on 2021-7-20 23:15:31 | 只看该作者 Only view this author
You need an IT assistant.

The official manual has illustrated everything needed to install Gaussian on Linux OS.
High-Performance Computing for You
为您专属定制的高性能计算解决方案

更多讯息,请访问:
https://labitc.top
http://tophpc.top:8080
电邮: ask@hpc4you.top

6万

帖子

99

威望

6万

eV
积分
125204

管理员

公社社长

3#
发表于 Post on 2021-7-21 02:54:49 | 只看该作者 Only view this author
If there is no special reason, please directly use pre-compiled version rather than compiling source code yourself, the latter is significantly more complicated than the former.

The most simple and correct way of installing pre-compiled version of Gaussian is shown in this article: http://sobereva.com/439
北京科音自然科学研究中心http://www.keinsci.com)致力于计算化学的发展和传播,长期开办极高质量的各种计算化学类培训:初级量子化学培训班中级量子化学培训班高级量子化学培训班量子化学波函数分析与Multiwfn程序培训班分子动力学与GROMACS培训班CP2K第一性原理计算培训班,内容介绍以及往届资料购买请点击相应链接查看。这些培训是计算化学从零快速入门以及进一步全面系统性提升研究水平的高速路!培训各种常见问题见《北京科音办的培训班FAQ》
欢迎加入北京科音微信公众号获取北京科音培训的最新消息,并避免错过网上有价值的计算化学文章!
欢迎加入人气极高、专业性特别强的理论与计算化学综合交流群思想家公社QQ群(群号见此链接),合计达一万多人。北京科音培训班的学员在群中可申请VIP头衔,提问将得到群主Sobereva的最优先解答。
思想家公社的门口Blog:http://sobereva.com(发布大量原创计算化学相关博文)
Multiwfn主页:http://sobereva.com/multiwfn(十分强大、极为流行的量子化学波函数分析程序)
Google Scholar:https://scholar.google.com/citations?user=tiKE0qkAAAAJ
ResearchGate:https://www.researchgate.net/profile/Tian_Lu

206

帖子

0

威望

2251

eV
积分
2457

Level 5 (御坂)

4#
 楼主 Author| 发表于 Post on 2021-7-22 06:00:22 | 只看该作者 Only view this author
sobereva 发表于 2021-7-20 13:54
If there is no special reason, please directly use pre-compiled version rather than compiling source ...

I follow this when I installed gaussian09 but with gaussian16 my advisor send me these files only so this is the only thing I have, I manage to install it but gaussian is not working, gaussview works fine but for gaussian it says:
No executable for file l1.exe.

Search path GAUSS_EXEDIR is "/home/arcadio/Programs/gaussian16/g16/bsd:/home/arcadio/Programs/gaussian16/g16"
: No such file or directory

arcadio is the user name of my computer.

But  I don't know why, in my bash file I have:
g16root=/home/arcadio/Programs/gaussian16
GAUSS_SCRDIR=/home/arcadio/Programs/gaussian16/g16/scratch
export g16root GAUSS_SCRDIR
. $g16root/g16/bsd/g16.profile

So I don't know why it take that really long and weird path

6万

帖子

99

威望

6万

eV
积分
125204

管理员

公社社长

5#
发表于 Post on 2021-7-22 06:18:09 | 只看该作者 Only view this author
Please check if there is l1.exe in /home/arcadio/Programs/gaussian16/g16/ folder
If yes, add "export GAUSS_EXEDIR=/home/arcadio/Programs/gaussian16/g16" at the end of .bashrc file, then re-enter the shell, and check if g16 works.
北京科音自然科学研究中心http://www.keinsci.com)致力于计算化学的发展和传播,长期开办极高质量的各种计算化学类培训:初级量子化学培训班中级量子化学培训班高级量子化学培训班量子化学波函数分析与Multiwfn程序培训班分子动力学与GROMACS培训班CP2K第一性原理计算培训班,内容介绍以及往届资料购买请点击相应链接查看。这些培训是计算化学从零快速入门以及进一步全面系统性提升研究水平的高速路!培训各种常见问题见《北京科音办的培训班FAQ》
欢迎加入北京科音微信公众号获取北京科音培训的最新消息,并避免错过网上有价值的计算化学文章!
欢迎加入人气极高、专业性特别强的理论与计算化学综合交流群思想家公社QQ群(群号见此链接),合计达一万多人。北京科音培训班的学员在群中可申请VIP头衔,提问将得到群主Sobereva的最优先解答。
思想家公社的门口Blog:http://sobereva.com(发布大量原创计算化学相关博文)
Multiwfn主页:http://sobereva.com/multiwfn(十分强大、极为流行的量子化学波函数分析程序)
Google Scholar:https://scholar.google.com/citations?user=tiKE0qkAAAAJ
ResearchGate:https://www.researchgate.net/profile/Tian_Lu

175

帖子

0

威望

5473

eV
积分
5648

Level 6 (一方通行)

6#
发表于 Post on 2021-7-22 07:35:50 | 只看该作者 Only view this author

2425

帖子

1

威望

6197

eV
积分
8642

Level 6 (一方通行)

7#
发表于 Post on 2021-7-22 08:09:36 | 只看该作者 Only view this author
chmod ug+x l1.exe

You did not follow the official instructions.
High-Performance Computing for You
为您专属定制的高性能计算解决方案

更多讯息,请访问:
https://labitc.top
http://tophpc.top:8080
电邮: ask@hpc4you.top

88

帖子

0

威望

2394

eV
积分
2482

Level 5 (御坂)

8#
发表于 Post on 2021-7-22 08:18:56 | 只看该作者 Only view this author
只要安裝PGI編譯器就可以非常容易安裝了..

206

帖子

0

威望

2251

eV
积分
2457

Level 5 (御坂)

9#
 楼主 Author| 发表于 Post on 2021-7-22 21:44:22 | 只看该作者 Only view this author
sobereva 发表于 2021-7-21 17:18
Please check if there is l1.exe in /home/arcadio/Programs/gaussian16/g16/ folder
If yes, add "expor ...

Thanks, professor I manage to install it

206

帖子

0

威望

2251

eV
积分
2457

Level 5 (御坂)

10#
 楼主 Author| 发表于 Post on 2021-7-22 21:44:45 | 只看该作者 Only view this author
bluewhale 发表于 2021-7-21 18:35
https://gaussian.com/g16/g16_plat.pdf

Thanks, I manage to install it

206

帖子

0

威望

2251

eV
积分
2457

Level 5 (御坂)

11#
 楼主 Author| 发表于 Post on 2021-7-22 21:45:16 | 只看该作者 Only view this author
abin 发表于 2021-7-21 19:09
chmod ug+x l1.exe

You did not follow the official instructions.

Thanks, I manage to install it

206

帖子

0

威望

2251

eV
积分
2457

Level 5 (御坂)

12#
 楼主 Author| 发表于 Post on 2021-7-22 21:45:40 | 只看该作者 Only view this author
c00jsw00 发表于 2021-7-21 19:18
只要安裝PGI編譯器就可以非常容易安裝了..

Thanks, I manage to install it

本版积分规则 Credits rule

手机版 Mobile version|北京科音自然科学研究中心 Beijing Kein Research Center for Natural Sciences|京公网安备 11010502035419号|计算化学公社 — 北京科音旗下高水平计算化学交流论坛 ( 京ICP备14038949号-1 )|网站地图

GMT+8, 2026-2-27 03:35 , Processed in 0.162312 second(s), 20 queries , Gzip On.

快速回复 返回顶部 返回列表 Return to list