目的
编译环境
centos 7.9
安装包
yum groupinstall Development\ Tools
yum install -y libevent-devel hwloc-devel libcephfs-devel.x86_64
编译 open mpi
下载地址
https://www.open-mpi.org/software/ompi/v5.0/
编译
rpmbuild --rebuild openmpi-4.1.6-1.src.rpm
安装
# rpm -ivh /root/rpmbuild/RPMS/x86_64/openmpi-4.1.6-1.el7.centos.x86_64.rpm
Preparing... ################################# [100%]
Updating / installing...1:openmpi-4.1.6-1.el7.centos ################################# [100%]
编译 ior
githup
git clone https://github.com/hpc/iorhttps://github.com/hpc/ior/releases/download/3.0.1/ior-3.0.1.tar.gz
编译
./configure --prefix=/usr/local/ior
make
make install
编译 io500
https://github.com/VI4IO/io500-app
相关参考文档
https://ior.readthedocs.io/en/latest/userDoc/install.html
https://buildmedia.readthedocs.org/media/pdf/ior/latest/ior.pdf
https://asc.llnl.gov/sites/asc/files/2020-06/IOR_Summary_v1.0.pdf