华为云计算 云知识 HyperMPI如何配置
HyperMPI如何配置

简介

HyperMPI(华为高性能通信库)致力于提供业界领先的并行通信能力,通过软件架构优化和自研集合通信算法实现,提供了 高性能计算 领域非常有竞争力的低时延通信库

镜像 介绍

仓库地址:https://repo.huaweicloud.com/hmpi/

HyperMPI是基于Open MPI 4.0.3和Open UCX 1.6.0,支持MPI-V3.1标准的并行计算API接口,新增了优化的集合通信计算框架。HyperMPI对数据密集型和高性能计算提供了网络加速能力,使能了节点间高速通信网络和节点内共享内存机制,以及优化的集合通信算法。

使用说明

Decompress the binary package to/where/to/install,then export environment variables in bashrc.
'''
hwmpi=/where/to/install
export OPAL_PREFIX=${hwmpi}/ompi/
export PATH=${hwmpi}/ompi/bin:${hwmpi}/ucx/bin:$PATH
export LD_LIBRARY_PATH=${hwmpi}/ompi/lib:${hwmpi}/ucx/lib:$LD_LIBRARY_PATH
export INCLUDE=${hwmpi}/ompi/include:$INCLUDE
'''
Finally make bashrc become effective.
Learn more from README in binary package.

相关网址

鲲鹏社区:https://www.huaweicloud.com/kunpeng/software/hypermpi.html

上一篇:高性能AI计算中云容器的应用 下一篇:服务网格是什么