Changes between Version 6 and Version 7 of jazz/09-05-08


Ignore:
Timestamp:
May 8, 2009, 2:04:18 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-05-08

    v6 v7  
    22
    33 * [午餐] [http://www.ipeen.com.tw/shop/shop.php?id=15102 聯合泰國小吃店]
     4
     5== File System : Lustre ==
     6
     7 * Lustre 2.0 Alpha 已經釋出了。下載點:
     8 * 在 Lustre User Meeting 2009 的議程中,Peter Bojanic 提到了 Lustre 的 Roadmap,我比較注意的兩點是:(1) Write Back Cache 跟 (2) pNFS exports
     9  * [[Image(lustre_roadmap.png,width=400)]]
     10 * 目前全球 HPC 前十大有七個採用 Lustre 1.6 版本。而 I/O 最高紀錄保持者為 190 GB/s,這也意味著先前測試到 2 GB/s 算是小 case 啦~~
     11  * [[Image(lustre_io_record.png,width=400)]]
     12 * 1.6 版將於 2010 四月停止維護,因此想要玩的可以開始轉換到 1.8 了。
     13  * [[Image(lustre_eol.png,width=400)]]
     14
     15== Linux Programming ==
    416
    517 * [專案] 在 Windows 底下常用的 inportb() 跟 outportb(),在 Linux 底下可以用 port I/O (有很多種 outb(),  outw(),  outl(),  outsb(),  outsw(),  outsl(), inb(), inw(), inl(), insb(), insw(), insl() ) 來實現。而在 !VxWorks 則用 sysInByte() 跟 sysOutByte() 來實現