透過您的圖書館登入
IP:3.22.241.171
  • 學位論文

多核心系統上的OpenMP研究與實作

The study and implementation of OpenMP on multi-core system

指導教授 : 石維寬
若您是本文的作者,可授權文章由華藝線上圖書館中協助推廣。

摘要


為了簡化平行程式的設計,所以不斷有幫助平行設計的各種平行程式設計模型被提出來。而其中最主要的共享記憶體模型大致有ANSI X3H5、POSIX 執行緒模型和OpenMP模型三種,其中又以OpenMP模型在目前最常被使用來設計平行程式。考慮到目前雖然不斷有OpenMP相關的系統被推出,然而主要都是給使用C/C++或則Fortran所設計的程式所使用,但對於JAVA的版本卻幾乎沒有。然而JAVA是一個被廣泛使用的系統開發所使用的程式設計語言。因此本論文將在OpenMP3.0規格的基礎上做相關研究並以JAVA去實作出對應系統。因為當前的OpenMP3.0規格是為了讓使用C/C++或則Fortran所設計的程式來使用所定義的,因此本論文將討論以JAVA實作時該做哪些調整,像是directive表示方式的修改,以符合原本定義。並且也將新增某些特性,像是foreach迴圈的平行化,以利於在使用JAVA所設計的程式中使用。同時在論文中也會提出一些利於系統運作的實作建議,最後則會討論使用本系統去做平行運算時所呈現出的一些效能數據。

關鍵字

平行程式 編譯器 OpenMP

並列摘要


For a topic of easy design, many parallel programming design models are offered, and the main shared memory models have ANSI X3H5、POSIX thread model and OpenMP model which is more often used to design parallel programs .Although many systems base on OpenMP have been offered, but the systems are mostly for C/C++ or Fortran and lack for JAVA .However JAVA is often applying for application system development, so in the paper we will do some research related to OpenMP3.0 specification and implement a corresponding system by JAVA. Because current OpenMP3.0 specification are for C/C++ or Fortran, so in the paper we will discuss what we adjust like the modification of directive format to match the original definition. And we will add some new characters like the parallelism of foreach to add utility rate in the programs designed by JAVA. In the end, we will also purpose some implementation suggestions for JAVA, and discuss the performance to the system base on the experimental data.

並列關鍵字

parallel program compiler

參考文獻


[4] Jon Meyer & Troy Dwning ,Java Virtual Machine,O’Reilly 2000
[9] T. Pohl, N. Th¨urey, F. Deserno, U. R¨ude, P. Lammers, G.Wellein, and T. Zeiser. Performance Evaluation of Parallel Large-Scale Lattice Boltzmann Applications on Three Supercomputing Architectures. In Proc. of the IEEE/ACM Supercomputing Conf. SC 2004, pages 21–33,Pittsburgh, PA, USA, August 2004.
[13] Danaher, J.S., Lee, I.A., Leiserson, C.E.: Programming with Exceptions in JCilk. The Journal of Science of Computer Programming, 2006
[19] S. V. Adve and K. Gharachorloo, “Shared Memory Consistency Models: A Tutorial”, IEEE Computer, 29(12), pp.66-76, December 1996
[1] J.M. Bull and M.E. Kambites. JOMP—an OpenMP-like Interface for Java. In Proc. Of the ACM 2000 Conf. on Java Grande, pages 44–53, San Francisco, CA, USA, 2000.

被引用紀錄


許永明(2011)。利用多核心技術提升快速傅立葉轉換效能〔碩士論文,崑山科技大學〕。華藝線上圖書館。https://doi.org/10.6828/KSU.2011.00080

延伸閱讀