Changes between Initial Version and Version 1 of wade/torque


Ignore:
Timestamp:
Sep 2, 2008, 4:11:12 PM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/torque

    v1 v1  
     1[[PageOutline]]
     2
     3= Introduction =
     4Portable Batch System (PBS) 主要用在 Job scheduling,主要的功能為分配計算 tasks。這裡所使用的 Tarque 是以 open PBS 為基礎建立的一套實作方法。
     5
     6= Components of Batch System =
     7 * Master node:
     8     這個 node 會執行 pbs_server,用來接收、產生、管理及保護使用者的批次工作,它也可以根據系統的需求參與 tasks 執行。
     9 * Submit/Interactive nodes:
     10     這些 nodes 會執行 pbs_sched,用來工作排程、資源分配及節點管理。這些 nodes 讓使用者作為管理他們工作量的入口點,透過這些 nodes,使用者可以送出或是追縱 jobs,此外,有些系統甚至會預留一些 nodes 來做 interactive,例如測試或是故障檢修用。
     11 * Compute nodes:
     12     這些 nodes 會執行 pbs_mon ,這些 nodes 就像可憐的驢子一樣默默的接收來自 pbs_server 交辦的批次工作,執行相關程式,最後將結果回傳給 pbs_server 。
     13 * Resources:
     14     包含 high-speed networks, storage systems, license managers, etc。
     15
     16
     17= Reference =
     18 * [http://www.clusterresources.com/pages/products/torque-resource-manager.php, Torque home page]
     19 * Queuing System, 吳長興, 國家高速網路與計算中心 2007 年度第一期教育訓練課程 CLUSTER/GRID 基礎研習營 p133-p164