|
|
具体的报错信息如下
- Cleaning old output and temporary files...
- Deleting *.out *.chk gauSP*
- All Gaussian temporary files in current folder have been cleaned
- *** Configuration 1 ***
- Current date: 2023-10-29 Time: 15:53:34
- Loading geometry 1 from the inputted trajectory file
- Generating gau.gjf...
- Running Gaussian: "/home/ubuntu/sob/gaussian/g16/g16" < gau.gjf > gau.out
- Fine, optimization normally converged
- forrtl: severe (24): end-of-file during read, unit 10, file /home/ubuntu/0-molculs/molclus_1.12_Linux/gau.out
- Image PC Routine Line Source
- molclus 000000000041DBEB Unknown Unknown Unknown
- molclus 0000000000445B62 Unknown Unknown Unknown
- molclus 0000000000417A5D Unknown Unknown Unknown
- molclus 000000000040BA77 Unknown Unknown Unknown
- molclus 0000000000404422 Unknown Unknown Unknown
- libc-2.31.so 0000151D2E6DB083 __libc_start_main Unknown Unknown
- molclus 0000000000404329 Unknown Unknown Unknown
复制代码 环境变量配置:
1: 配置
export g16root=/home/ubuntu/sob/gaussian
export GAUSS_SCRDIR=/home/ubuntu/sob/gaussian/g16/scratch
source /home/ubuntu/sob/gaussian/g16/bsd/g16.profile
2:控制台打印变量
ubuntu@ubuntu:~/0-molculs/molclus_1.12_Linux$ echo $g16root
/home/ubuntu/sob/gaussian
ubuntu@ubuntu:~/0-molculs/molclus_1.12_Linux$ echo $GAUSS_EXEDIR
/home/ubuntu/sob/gaussian/g16/bsd:/home/ubuntu/sob/gaussian/g16
ubuntu@ubuntu:~/0-molculs/molclus_1.12_Linux$ echo $gaussian_path(这个没配置)
ubuntu@ubuntu:~/0-molculs/molclus_1.12_Linux$ g16 (g16可以执行)
Entering Gaussian System, Link 0=g16
其他的配置都放到附件中
|
|