平台信息

Description:    CentOS Linux release 7.6.1810 (Core) 

注意事项

安装BLAS之前需要:

安装步骤

  1. 切换目录:cd ~/prepare
  2. 下载 mpich-3.2.1.tar.gz:wget http://www.mpich.org/static/downloads/3.2.1/mpich-3.2.1.tar.gz
  3. 解压安装包:tar xzf mpich-3.2.1.tar.gz
  4. 切换到主目录:cd mpich-3.2.1
  5. 设置安装路径:./configure --disable-cxx(如果要配置 HPCG 要删除这里的 -disable-cxx 选项)
  6. 编译:make
  7. 安装:sudo make install
  8. 查看前面工作是否成功:which mpicc && which mpiexec
  9. 创建目录:mkdir machinefile
  10. 测试运行:mpiexec -f machinefile -n 3 hostname && mpiexec -n 5 -f machinefile ./examples/cpi

相关文章:

  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2022-01-04
  • 2021-06-30
  • 2021-12-19
  • 2022-01-14
  • 2021-11-09
  • 2021-08-19
  • 2021-07-05
相关资源
相似解决方案