搜索资源列表
hw2
- 编程测试并行平台MPI层的带宽和延迟: 单向通信时间简单表示为:t=Latency+Message_Size/Bandwidth 利用该方程得到系统的带宽和延迟
MPI_Parallel_Programming
- 书中第一部分简单介绍了并行程序设计的基本知识;然后在第二部分介绍基本的MPI并行程序设计方法,它虽然基本,但是却非常重要,因为通过这部分介绍的功能,可以实现几乎所有的通信功能;第三部分是在第二部分的基础上,介绍高级、复杂的MPI并行程序设计,使用高级的MPI调用可以提高并行程序的通用性和移植性,对提高并行程序的开发效率、可读性以及并行程序的执行效率等都有好处;最后一部分介绍MPI的最新扩展MPI-2,着重对动态进程管理、远程存储访问和并行I/O进行了讲解。-The book first sect
The_Design_of_Distributed_System
- 本书向读者介绍了分布式系统特有的有关设计方面的一些内容。本书着重于设计的软件部分,因为大部分相应的硬件部分在许多有关计算机网络和并行计算机的教科书中都已得到很好的介绍。这本书中的所有高级设计和算法都使用建议的类CSP分布式控制描述语言(DCDL)表示(CSP代表通信顺序进程)。虽然这本书不可能覆盖分布式计算系统的所有问题,但我们的目标在于给出有关每个涉及到的问题的基本方面。-This book introduces readers to the unique distributed system
parallel
- 一个并行粗糙集离散化算法,采用VC和MPI并行开发通信接口实现,目前速度最快的离散化算法。-A parallel algorithm for discretization of rough sets, using VC, and MPI parallel development of communication interfaces, the fastest of the discrete algorithm.
AES
- 一个并行粗糙集离散化算法,采用VC和MPI并行开发通信接口实现,目前速度最快的离散化算法。-A parallel algorithm for discretization of rough sets, using VC, and MPI parallel development of communication interfaces, the fastest of the discrete algorithm.
74hc573
- 通信有并行通信和串行通信两种方式。在多微机系统以及现代测控系统中信息的交换多采用串行通信方式。-74hc375
spinner
- 这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此示例程序演示了一个单应用程序被并行执行,在其中一个应用程序fork/execs自身的多个实例,多核的每个核也相似,而这样的实例一起执行该应用程序,使用的实例之间的UDN来互相通信。-This example program demonstrates a single-app parallel execution style, in which an application fork/ex
Automatic-parallel-compiled
- 这是一篇很有价值的博士论文,对于并行化编译器中并行程序自动生成和性能优化技术进行了较深入的研究。 并行化的最终日标是生成符合日标机体系结构特点的高效并行程序,因此如何产生高效并行代码是并行化编译研究的一项重要内容。 这篇文章以并行化编译器KAP为研究背景,以分布内存结构为目标,研究了并行化过程中的通信优化和消息、传递类型并行程序自动生成问题;以共享内存结构为目标,研究了并行化产生的openMP程序的编译优化问题。通过测试确定了影响openMP程序性能的主要因素,从并行化生成OpenMP并
18-4
- cannon矩阵并行算法,mpi编写,计算过程中要通过消息传递完成不同节点间的通信-cannon matrix parallel algorithms, mpi writing, the calculation process should be completed by the message-passing communication between different nodes
DoolittleLU
- 用MPI实现的LU分解算法,按照《一种基于DoolittleLU分解的线性方程组并行求解方法》论文里面的通信方式编写,减少进程间同步次数,效率高,论文也打包一并上传了。-Doolittle LU decomposition with MPI
IntelProject
- intel的并行程序的demo,是vs2008转换的,实习了基本的通信-intel parallel program demo, the vs2008 conversion, internships basic communication
Bcast
- 利用MPI实现的并行编程 bcast广播通信方式-Parallel programming the bcast broadcast communication using MPI implementation
Collective-Communication
- MPI与OpenMP并行程序设计(C语言版)示例程序:进程通信-MPI and OpenMP parallel programming (C language version) sample program: Process Communication
mpi_sum
- 利用MPI来进行并行计算,简单的大鼠求和的例子。可以了解MPI的语法和通信的原理。- Use MPI for parallel computing, a simple summation of large numbers of examples. MPI can understand the principle of grammar and communication.
NO.2
- 1.梯形积分法串行代码的实现; 2.使用MPI点对点通信梯形积分法并行代码的实现; 3.使用MPI集合通信梯形积分法并行代码的实现。(1.The realization of the serial code of the trapezoid integral method; 2. the implementation of the parallel code of the MPI point to point communication trapezoid integral method
并行计算导论(原书第2版) 清晰PDF.pdf.tar
- 本书详细介绍了并行计算的基本概念,并介绍了MPI的变成方法和基本通信原理(In this book, the basic concepts of parallel computing are introduced in detail, and the transformation method and basic communication principle of MPI are introduced)
MPI_broadcast
- 设计MPI程序模拟广播(MPI_Bcast)操作:将每个MPI进程按照所在节点名称建立node通信子域分组;再将各个node子通信域的0号进程再次组成一个名为head的通信域;在进行广播时,首先,由root进程将消息在head通信子域内广播,然后,再由head子域内各进程在其所在的node子域内进行广播。(Design the MPI program MPI_Bcast operation: Each MPI process establishes a node communication su