基于openmpi并行计算的研究[独家原创].rar
基于openmpi并行计算的研究[独家原创],基于openmpi并行计算的研究论文1.54万字包括论文,开题报告,任务书,外文翻译原文及译文,中期检查表,答辩ppt自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要:openmpi由众多学术机构,研究财团,计算机厂商等团体联合开发的一种mpi实现方式,openmpi整合了各方...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 淘宝大梦 发布
基于openmpi并行计算的研究
论文1.54万字
包括论文,开题报告,任务书,外文翻译原文及译文,中期检查表,答辩ppt
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要:openMPI由众多学术机构,研究财团,计算机厂商等团体联合开发的一种MPI实现方式,openMPI整合了各方面的资源,是一种全新的MPI库,openMPI可以为各大研究团体提供良好的系统研究平台。本文主要是在Ubuntu系统条件下,采用了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 大规模并行处理机 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编程环境 13
3.1 引言 13
3.2 MPI中的相关概念 13
3.2.1 通信协议 13
3.2.2 消息 13
3.2.3 缓冲区 14
3.2.4 通信子 14
3.3 MPI中的函数 14
3.4 通信模式 15
3.5 MPI程序的执行 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
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要:openMPI由众多学术机构,研究财团,计算机厂商等团体联合开发的一种MPI实现方式,openMPI整合了各方面的资源,是一种全新的MPI库,openMPI可以为各大研究团体提供良好的系统研究平台。本文主要是在Ubuntu系统条件下,采用了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 大规模并行处理机 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编程环境 13
3.1 引言 13
3.2 MPI中的相关概念 13
3.2.1 通信协议 13
3.2.2 消息 13
3.2.3 缓冲区 14
3.2.4 通信子 14
3.3 MPI中的函数 14
3.4 通信模式 15
3.5 MPI程序的执行 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
参考文献