基于openmpi并行計算的研究[獨家原創(chuàng)].rar



基于openmpi并行計算的研究[獨家原創(chuàng)],基于openmpi并行計算的研究論文1.54萬字包括論文,開題報告,任務書,外文翻譯原文及譯文,中期檢查表,答辯ppt自己原創(chuàng)的畢業(yè)論文,已經通過校內系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用摘要:openmpi由眾多學術機構,研究財團,計算機廠商等團體聯(lián)合開發(fā)的一種mpi實現方式,openmpi整合了各方...
該文檔為壓縮文件,包含的文件列表如下:


內容介紹
原文檔由會員 淘寶大夢 發(fā)布
基于openmpi并行計算的研究
論文1.54萬字
包括論文,開題報告,任務書,外文翻譯原文及譯文,中期檢查表,答辯ppt
自己原創(chuàng)的畢業(yè)論文,已經通過校內系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用
摘要:openMPI由眾多學術機構,研究財團,計算機廠商等團體聯(lián)合開發(fā)的一種MPI實現方式,openMPI整合了各方面的資源,是一種全新的MPI庫,openMPI可以為各大研究團體提供良好的系統(tǒng)研究平臺。本文主要是在Ubuntu系統(tǒng)條件下,采用了OpenMPI_v1.6.5.tar.gz版本來實現MPI,并探索其并行計算性能。選用了具有代表性的三個MPI程序進行試驗,并取得了預期的相關結果。
關鍵詞:并行計算 openMPI Ubuntu 傅立葉
Abstract:The open MPI project is an open source Message Passing Interface implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.This paper take the version of openMPI_v1.6.5.tar.gz to realize MPI And explore the performance of parallel computing on the ubutu syetem.By taking three MPI program representative test,the results are achieved.
Key word: openMPI parallel commputing ubuntu FFT
目錄
第一章 緒論 3
1.1 硬件 3
1.1.1 工作站集群 4
1.1.2 對稱多處理機 5
1.1.3 大規(guī)模并行處理機 5
1.2 并行編程模型 7
1.3 本文研究的意義和目的 7
1.4 本文主要的研究內容 8
第二章 并行計算 9
2.1 并行計算模型 9
2.2 并行算法 9
2.3 技術層面 10
2.4 并行算法性能測評指標 11
2.4.1 加速比 11
2.4.2 效率 11
2.4.3 開銷 11
2.4.4 可擴展性 12
第三章 MPI編程環(huán)境 13
3.1 引言 13
3.2 MPI中的相關概念 13
3.2.1 通信協(xié)議 13
3.2.2 消息 13
3.2.3 緩沖區(qū) 14
3.2.4 通信子 14
3.3 MPI中的函數 14
3.4 通信模式 15
3.5 MPI程序的執(zhí)行 17
3.6 openmpi簡介 17
3.6.1 目標 18
3.6.2 體系結構 18
3.7 openMPI的實現 20
3.7.1 面向對象方法 20
第四章 相關平臺的搭建 22
4.1 Ubuntu平臺的搭建 22
第五章 實驗研究 26
5.1 FFT算法用MPI語言實現 26
5.2 在單機上進行上述實驗: 39
5.3 總結 40
5.4 展望 40
5.5 致謝 41
參考文獻
論文1.54萬字
包括論文,開題報告,任務書,外文翻譯原文及譯文,中期檢查表,答辯ppt
自己原創(chuàng)的畢業(yè)論文,已經通過校內系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用
摘要:openMPI由眾多學術機構,研究財團,計算機廠商等團體聯(lián)合開發(fā)的一種MPI實現方式,openMPI整合了各方面的資源,是一種全新的MPI庫,openMPI可以為各大研究團體提供良好的系統(tǒng)研究平臺。本文主要是在Ubuntu系統(tǒng)條件下,采用了OpenMPI_v1.6.5.tar.gz版本來實現MPI,并探索其并行計算性能。選用了具有代表性的三個MPI程序進行試驗,并取得了預期的相關結果。
關鍵詞:并行計算 openMPI Ubuntu 傅立葉
Abstract:The open MPI project is an open source Message Passing Interface implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.This paper take the version of openMPI_v1.6.5.tar.gz to realize MPI And explore the performance of parallel computing on the ubutu syetem.By taking three MPI program representative test,the results are achieved.
Key word: openMPI parallel commputing ubuntu FFT
目錄
第一章 緒論 3
1.1 硬件 3
1.1.1 工作站集群 4
1.1.2 對稱多處理機 5
1.1.3 大規(guī)模并行處理機 5
1.2 并行編程模型 7
1.3 本文研究的意義和目的 7
1.4 本文主要的研究內容 8
第二章 并行計算 9
2.1 并行計算模型 9
2.2 并行算法 9
2.3 技術層面 10
2.4 并行算法性能測評指標 11
2.4.1 加速比 11
2.4.2 效率 11
2.4.3 開銷 11
2.4.4 可擴展性 12
第三章 MPI編程環(huán)境 13
3.1 引言 13
3.2 MPI中的相關概念 13
3.2.1 通信協(xié)議 13
3.2.2 消息 13
3.2.3 緩沖區(qū) 14
3.2.4 通信子 14
3.3 MPI中的函數 14
3.4 通信模式 15
3.5 MPI程序的執(zhí)行 17
3.6 openmpi簡介 17
3.6.1 目標 18
3.6.2 體系結構 18
3.7 openMPI的實現 20
3.7.1 面向對象方法 20
第四章 相關平臺的搭建 22
4.1 Ubuntu平臺的搭建 22
第五章 實驗研究 26
5.1 FFT算法用MPI語言實現 26
5.2 在單機上進行上述實驗: 39
5.3 總結 40
5.4 展望 40
5.5 致謝 41
參考文獻