顯示具有 平行計算 標籤的文章。 顯示所有文章
顯示具有 平行計算 標籤的文章。 顯示所有文章

2012-07-28

OpenMPI 在 debian 區網(LAN)上的安裝設定

2012-07-28

R.J' Wiki : OpenMPI 在 debian 區網(LAN)上的安裝設定

  • 需求
    • host mpislave 名稱寫在 /etc/hosts 中
    • mpislave 這台電腦最好要裝相同版本的 openmpi
    • 要設定 ssh 登入 mpislave 時不需輸入 passwd ( Password-less logins with OpenSSH / SSH 加密遠端登入 )
    • 程式要 copy 到可執行的路徑下, 或設定好路徑
  • 環境
    • 兩台 PC (localhost,mpislave) 都是雙核電腦
    • 兩台都是 debian GNU/Linux 6.0 stable
    • openmpi-bin 版本 1.4.2-4 ( 兩台都要裝 openmpi )
  • 安裝(install)
    sudo aptitude install libopenmpi-dev openmpi-bin openmpi-doc
    

OpenMPI 在 debian 單機上的安裝設定 (OpenMPI On PC)


2012-07-27 - R.J' Wiki : OpenMPI 在 debian 單機上的安裝設定
  • 環境
    • debian GNU/Linux 6.0 stable
    • openmpi-bin 版本 1.4.2-4
    • CPU ( lscpu )
      Architecture:          i686
      CPU op-mode(s):        32-bit, 64-bit
      CPU(s):                2
      Thread(s) per core:    1
      Core(s) per socket:    2
      CPU socket(s):         1
      Vendor ID:             GenuineIntel
      CPU family:            6
      Model:                 23
      Stepping:              10
      
  • 安裝(install)
    sudo aptitude install libopenmpi-dev openmpi-bin openmpi-doc