姓名:梁鑫嵘;学号:200110619
Intel(R) Xeon(R) Gold 5218 CPU @ 2.30GHz
gcc version 9.3.1 (GCC)
mpirun (Open MPI) 4.1.1
libopenblas_skylakexp-r0.3.17.dev.so
编译安装 OpenBLAS
git clone <https://github.com/xianyi/OpenBLAS> && cd OpenBLAS
make -j16
sudo make install
编译安装 OpenMPI
wget <https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.1.tar.gz>
tar xzf openmpi-4.1.1.tar.gz
cd openmpi-4.1.1
./configure
make -j16
sudo make install
编译 HPL
wget <http://www.netlib.org/benchmark/hpl/hpl-2.3.tar.gz>
tar xzf hpl-2.3.tar.gz
cd hpl-2.3
./configure
make -j16
cd testing
准备运行环境
mkdir /share/
chmod 775 /share/
cd /share/
mkdir /share/hpc/
cd hpc
cp ~/hpl-2.3/testing xhpl .