華為云計算 云知識 HyperMPI如何配置
HyperMPI如何配置

簡介

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

鏡像 介紹

倉庫地址:https://repo.huaweicloud.com/hmpi/

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

使用說明

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