并行计算技术及其应用简介分布式与并行计算课程设计报告1并行计算技术及其应用简介XX(XXX,XX,XXX)摘要:并行计算是实现高性能计算的主要技术手段
在本文中从并行计算的发展历程开始介绍,总结了并行计算在发展过程中所面临的问题以及其发展历程中出现的重要技术
通过分析在当前比较常用的实现并行计算的框架和技术,来对并行计算的现状进行阐述
常用的并行架构分为SMP(多处理系统)、NUMA(非统一内存存储)、MPP(巨型并行处理)以及集群
涉及并行计算的编程模型有MPI、PVM、OpenMP、TBB及Cilk++等
并结合当前研究比较多的云计算和大数据来探讨并行计算的应用
最后通过MPI编程模型,进行了并行编程的简单实验
关键词:并行计算;框架;编写模型;应用;实验ASuccinctSurveyaboutParallelComputingTechnologyandIt’sApplicationAbstract:Parallelcomputingisthemaintechnologytoimplementhighperformancecomputing
ThispaperstartsfromthehistoryofthedevelopmentofParallelComputing
Itsummarizestheproblemsfacedinthedevelopmentofparallelcomputingandtheimportanttechnologiesinthecourseofitsdevelopment
Throughtheanalysisofframeworkandtechnologycommonlyusedinparallelcomputingcurrently,toexplainthecurrentsituationofparallelcomputing
Framew