计算化学公社

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

[并行运算] cp2k双机并行编译和运行问题

[复制链接 Copy URL]

232

帖子

1

威望

3327

eV
积分
3579

Level 5 (御坂)

跳转到指定楼层 Go to specific reply
楼主
你好,本人两台双路8375C使用ib卡(56G)连接,系统为rockylinux 8.6  gcc8.5  slurm队列系统。采用toolchain编译,参数如下:
./install_cp2k_toolchain.sh --with-sirius=no --with-plumed=install --with-pexsi=install --with-superlu=install --with-ptscotch=install --with-quip=install --with-mpich=install
全部算例都能通过。
但是双机并行时发现数据交换走千兆网络,不是走IB.
请问:(1)如何编译才能使数据交换走IB?
       (2)或者如何修改提交脚本使数据交换走IB?脚本如下:

#!/bin/bash
#SBATCH --time=720:00:00   # walltime, 720 hours, namely 30 days.
#SBATCH --ntasks-per-node=64 # request 12 cpu cores from one node.
#SBATCH --nodes=2   # number of nodes,
#SBATCH -J "2nodes_test"   # job name


source /opt/app/cp2k-9.1/tools/toolchain/install/setup
export PATH=$PATH:/opt/app/cp2k-9.1/exe/local


mpirun -np $SLURM_NTASKS  cp2k.popt -i cp2k.inp 1>cp2k.out 2>cp2k.err




34

帖子

0

威望

1774

eV
积分
1808

Level 5 (御坂)

2#
发表于 Post on 2022-9-16 09:27:23 | 只看该作者 Only view this author
安装的并行程序是openmpi还是mpich,如果是openmpi编译是要增加对IB支持,还要看你的IB网卡的型号。我的计算命令是要增加--mca btl self,openib --mca btl_openib_allow_ib 1 -x OMP_NUM_THREADS=1 --host i0-0:核数,i0-1:核数。

232

帖子

1

威望

3327

eV
积分
3579

Level 5 (御坂)

3#
 楼主 Author| 发表于 Post on 2022-9-16 10:01:32 | 只看该作者 Only view this author
本帖最后由 wolfli369 于 2022-9-16 10:15 编辑
ball2006 发表于 2022-9-16 09:27
安装的并行程序是openmpi还是mpich,如果是openmpi编译是要增加对IB支持,还要看你的IB网卡的型号。我的计 ...

mpich.怎么确定IB支持mpich,需要怎么编译和设置?请问有相关的教程吗?

185

帖子

1

威望

4133

eV
积分
4338

Level 6 (一方通行)

4#
发表于 Post on 2022-9-16 11:51:30 | 只看该作者 Only view this author
有一个简单办法,intelmpi 是 mpich 的分支,而 intelmpi 可以默认走 IB
所以你装一个 intelmpi,加载它的环境变量运行就可以了

但是我发现,9.1 版本以后,使用 intelmpi 的单节点内的运行效率比 mpich 低
难以理解。。。

34

帖子

0

威望

1774

eV
积分
1808

Level 5 (御坂)

5#
发表于 Post on 2022-9-16 12:00:08 | 只看该作者 Only view this author
wolfli369 发表于 2022-9-16 10:01
mpich.怎么确定IB支持mpich,需要怎么编译和设置?请问有相关的教程吗?

没关注MPICH,你可以去https://enterprise-support.nvidi ... rt-Portal-Migration找找

2301

帖子

1

威望

5473

eV
积分
7794

Level 6 (一方通行)

6#
发表于 Post on 2022-9-16 12:17:18 | 只看该作者 Only view this author
High-Performance Computing for You
为您专属定制的高性能计算解决方案

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

232

帖子

1

威望

3327

eV
积分
3579

Level 5 (御坂)

7#
 楼主 Author| 发表于 Post on 2022-9-16 14:16:18 | 只看该作者 Only view this author
abin 发表于 2022-9-16 12:17
https://groups.google.com/g/cp2k/c/VW5sbChUoWw?pli=1

收到,谢谢

232

帖子

1

威望

3327

eV
积分
3579

Level 5 (御坂)

8#
 楼主 Author| 发表于 Post on 2022-9-16 14:21:09 | 只看该作者 Only view this author
highlight 发表于 2022-9-16 11:51
有一个简单办法,intelmpi 是 mpich 的分支,而 intelmpi 可以默认走 IB
所以你装一个 intelmpi,加载它的 ...

cp2k-9.1和2022.1使用intelmpi节点内并行效率都低,并且还容易出现兼容问题,过渡态优化会出现很多虚频。mpich就没这种问题。

232

帖子

1

威望

3327

eV
积分
3579

Level 5 (御坂)

9#
 楼主 Author| 发表于 Post on 2022-9-16 14:21:37 | 只看该作者 Only view this author
ball2006 发表于 2022-9-16 12:00
没关注MPICH,你可以去https://enterprise-support.nvidia.com/s/article/FAQ-Networking-Support-Portal ...

谢谢你的指导,我会好好研究一下

82

帖子

0

威望

596

eV
积分
678

Level 4 (黑子)

10#
发表于 Post on 2022-11-3 18:29:34 来自手机 | 只看该作者 Only view this author
我想问一下,现在infiniband的驱动有给rockylinux配吗?

232

帖子

1

威望

3327

eV
积分
3579

Level 5 (御坂)

11#
 楼主 Author| 发表于 Post on 2022-11-3 20:21:59 | 只看该作者 Only view this author
leeru 发表于 2022-11-3 18:29
我想问一下,现在infiniband的驱动有给rockylinux配吗?

找人搞得这些驱动,应该是有

本版积分规则 Credits rule

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

GMT+8, 2024-11-23 12:05 , Processed in 0.183080 second(s), 21 queries , Gzip On.

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