透過您的圖書館登入
IP:18.119.131.79

並列摘要


This paper describes a prototype DSM system called Cohesion which sup ports two memory consistency models, namely, Sequential consistency and Release consistency, within a single program to improve performance and support a wide variety of parallel programs for the system. Memory that is sequentially consistent is further divided into object based and conventional (page based) memory, where they are constructed at the user level and kernel level, respectively. In object based memory, the shared data are kept consistent in terms of the granularity of an object: this is provided to improve the performance of fine grained parallel applications that may incur a significant overhead in conventional or release memory as well as to eliminate unnecessary movement of pages which are protected in a critical section. On the other hand, the Release consistency model is supported in Cohesion to attack the problem of excessive network traffic and false sharing. Cohesion programs are written in C++, and the annotation of shared objects for release and object based memory is accomplished by inheriting a system provided base class. Cohesion is built up on a network of Intel 486-33 personal computers which are connected by a 10Mbps Ethernet. Three application programs, including Matrix Multiplication, SOR, and N body, have been employed to evaluate the efficiency of Cohesion. In addition, a Producer Consumer program has been tested to show that the object based memory will benefit us in a critical section.

被引用紀錄


Hsu, C. C. (2015). 可重定目標且高效能之動態二元碼轉譯器框架系統 [doctoral dissertation, National Taiwan University]. Airiti Library. https://doi.org/10.6342/NTU.2015.01769
Li, T. H. (2013). 具擴展性的高效能分散式圖資料處理系統 [master's thesis, National Taiwan University]. Airiti Library. https://doi.org/10.6342/NTU.2013.01059
Wu, R. S. (2005). 嵌入式系統正規模型之自動化建立 [master's thesis, National Taiwan University]. Airiti Library. https://doi.org/10.6342/NTU.2005.00324
王巧媛(2003)。國民中學推動學校本位課程評鑑之研究---以一所國民中學為例〔碩士論文,國立臺灣師範大學〕。華藝線上圖書館。https://www.airitilibrary.com/Article/Detail?DocID=U0021-2603200719135041

延伸閱讀