華為云計(jì)算 云知識(shí) HyperMPI如何配置
HyperMPI如何配置

簡(jiǎn)介

HyperMPI(華為高性能通信庫(kù))致力于提供業(yè)界領(lǐng)先的并行通信能力,通過(guò)軟件架構(gòu)優(yōu)化和自研集合通信算法實(shí)現(xiàn),提供了高性能計(jì)算領(lǐng)域非常有競(jìng)爭(zhēng)力的低時(shí)延通信庫(kù)

鏡像 介紹

倉(cāng)庫(kù)地址:https://repo.huaweicloud.com/hmpi/

HyperMPI是基于Open MPI 4.0.3和Open UCX 1.6.0,支持MPI-V3.1標(biāo)準(zhǔn)的并行計(jì)算API接口,新增了優(yōu)化的集合通信計(jì)算框架。HyperMPI對(duì)數(shù)據(jù)密集型和高性能計(jì)算提供了網(wǎng)絡(luò)加速能力,使能了節(jié)點(diǎn)間高速通信網(wǎng)絡(luò)和節(jié)點(diǎn)內(nèi)共享內(nèi)存機(jī)制,以及優(yōu)化的集合通信算法。

使用說(shuō)明

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.

相關(guān)網(wǎng)址

鯤鵬社區(qū):http://m.cqfng.cn/kunpeng/software/hypermpi.html