目的
編譯環境
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