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
    

GCC 編譯參數

2012-07-27 - R.J' Wiki : GCC 編譯參數
  • 使用方式(Usage)
    gcc [options] file..
  • 選項參數(option)

Linux Command : Sort

2012-07-20  R.J' Wiki : Debian (Linux) Command : Sort

sort:排序(對檔案的每一列排序)
用法 : sort [參數] 檔案
參數 	說明
-r 	大→小
-n 	數字
-k n 	依欄位n 

例:

Debian 工具軟體 agave 及 xaos

2012-07-28

agave 配色工具(Colorscheme Designer)
xaos 碎形軟體

agave 配色工具, 在 dokuwiki 改版面是會用到‧


----