|
Sob 老师好!
我按照此帖的步骤安装了 openmpi 4.1.1 版,
- (base) [root@master orca_501]# ./configure --prefix=/public1/apps/openmpi_411 FC=ifort CC=icc CXX=icpc
复制代码
然后添加了环境变量。安装后检查版本正常,如下
- (base) [wanghuan@n9 orca_jobs]$ mpiexec -V
- mpiexec (OpenRTE) 4.1.1
- Report bugs to http://www.open-mpi.org/community/help/
- (base) [wanghuan@n9 orca_jobs]$
- (base) [wanghuan@n9 orca_jobs]$
复制代码
然后按照帖子安装 orca 5.0.1,下载的是 orca_5_0_1_linux_x86-64_shared_openmpi411.tar.xz
似乎只用解压就够了,不用像其他程序 ./configure --prefix=/path/, make, make install?
添加环境变量。
用帖子里的 CHHO 例子做测试,但是运行的时候出现如下错误,似乎与 openmpi 有关,报错代码如下:
请问应该如何解决?
不过似乎能获得计算结果,出现以下文件:
- (base) [wanghuan@n9 orca_jobs]$ la
- total 736K
- -rw-rw-r-- 1 wanghuan wanghuan 287 Jul 28 2021 test.inp
- -rw-rw-r-- 1 wanghuan wanghuan 13K Jul 28 2021 test.densities
- -rw-rw-r-- 1 wanghuan wanghuan 685K Jul 28 2021 test.gbw
- -rw-rw-r-- 1 wanghuan wanghuan 3.3K Jul 28 2021 test_property.txt
- -rw-rw-r-- 1 wanghuan wanghuan 24K Jul 28 2021 test.out
复制代码
从 test.out 文件来看,应该是正常结束了
- (base) [wanghuan@n9 orca_jobs]$ tail -20 test.out
- --------------------
- Rotational spectrum
- --------------------
-
- Rotational constants in cm-1: 9.784569 1.218137 1.083274
- Rotational constants in MHz : 293334.004965 36518.813588 32475.726275
- Dipole components along the rotational axes:
- x,y,z [a.u.] : -0.864020 -0.000000 0.000000
- x,y,z [Debye]: -2.196164 -0.000000 0.000000
-
- Timings for individual modules:
- Sum of individual times ... 2.965 sec (= 0.049 min)
- GTO integral calculation ... 1.117 sec (= 0.019 min) 37.7 %
- SCF iterations ... 1.848 sec (= 0.031 min) 62.3 %
- ****ORCA TERMINATED NORMALLY****
- TOTAL RUN TIME: 0 days 0 hours 0 minutes 3 seconds 737 msec
- (base) [wanghuan@n9 orca_jobs]$
复制代码
这是正常结束吗?
请指点,谢谢!
|
|