搜索资源列表
mpi
- 一个用c写的机遇MPI的并行程序,程序实现了求积分的功能-with a c MPI the opportunity to write parallel programs, procedures for the realization of the functional integration
2dimaging.mpi.c.tar
- 主从模式粗粒级并行算法C程序:这是我以前研究生期间编写的叠前地震成像C源码,通过调用mpi库函数实现分频并行计算,为了实现负载均衡,采用了主从模式,由主节点负责任务的分发。 若需进一步了解,可通过版主与我联系讨论。
mpi
- 一个用c写的机遇MPI的并行程序,程序实现了求积分的功能-with a c MPI the opportunity to write parallel programs, procedures for the realization of the functional integration
managerWorker
- 简单的并行计算示例,使用MPI实现,在改程序中有一个manager,n个worker,运行后可以使多个worker同时计算-Simple example of parallel computing, the use of MPI realize, in the reform process has a manager, n a worker, after running a number of worker at the same ti
mat_inv
- 经典的并行计算程序用于大规模矩阵求逆问题,实现语言为C语言,利用了MPICH程序库。-Classic parallel computing procedure for large-scale matrix inversion problem, the realization of the language for the C language, using the MPICH library.
jacobi
- 本程序采用并行方法实现jacobi迭代算法,采用VC2005结合openmp编写-This procedure jacobi method using parallel iterative algorithm using OpenMP VC2005 combines the preparation of
source+code
- 基于JAVA的并行程序编辑器研究与设计 并行编程在高性能计算领域的应用越来越广泛。国家863计划项目“网格服务环境结点建设及其支撑技术研究”的子课题 “用户开发环境研究”,旨在开发出以客户端/服务器模式运行的,能在远程编辑、编译、运行、调试并行程序的集成开发环境。并行程序的源代码编辑应该在一个友好的编辑器下进行。当前的编辑器种类繁多,但专门针对并行程序且便于集成到远程集成开发环境中的编辑器很少。编辑器的好坏不仅影响着用户编写
lu
- 这是用并行程序语言MPI做的关于矩阵LU分解的程序,程序中很好的实现了分解过程的并行性。-This is used MPI parallel programming language to do LU decomposition on the matrix of the procedures, procedures to achieve a good decomposition process parallelism.
mpi
- 基于MPI的并行快排和并行枚举排序的实现。属于MPI的入门级程序。-MPI-based parallel quick scheduling and parallel implementation enumeration sort. MPI belong to the entry-level procedures.
MPI_Parallel_Programming
- 书中第一部分简单介绍了并行程序设计的基本知识;然后在第二部分介绍基本的MPI并行程序设计方法,它虽然基本,但是却非常重要,因为通过这部分介绍的功能,可以实现几乎所有的通信功能;第三部分是在第二部分的基础上,介绍高级、复杂的MPI并行程序设计,使用高级的MPI调用可以提高并行程序的通用性和移植性,对提高并行程序的开发效率、可读性以及并行程序的执行效率等都有好处;最后一部分介绍MPI的最新扩展MPI-2,着重对动态进程管理、远程存储访问和并
01mpi-biggestnumber
- 用vc实现一个求数的最大值的mpi并行程序。运行前请安装mpi,否则,会提示缺少类库。-Using vc to implement a mpi program which finds the most biggest number among numbers.Please install mpi, or you ll be reminded of lacking some lib.
02mpi-mandel
- 用vc实现一个画出曼德勃罗特集的mpi并行程序。请先装mpi。-using vc to implement a mpi program which draw out the mandel set. Please install mpi first.
mpiomp_wave
- MPI和OpenMP实现wave程序的混合并行编程-MPI and OpenMP programs to achieve wave mixing parallel programming
mpiomp_jacobi
- 用MPI和OpenMP实现jacobi程序并行化的混合编程-Achieved with MPI and OpenMP parallel jacobi program mixed programming
MPI-parallel-object-oriented-technology-in-the-des
- 面向对象技术在MPI并行程序中设计与实现MPI parallel object-oriented technology in the design and implementation proce-MPI parallel object-oriented technology in the design and implementation process
cannon
- 并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking
nbody_mpi
- 本程序实现了n-body问题的mpi并行程序,可以在支持mpi的机器上运行-this porgram use mpi methods to solve the n-body problem
con1
- 分析Cannon算法的数据分布存储特点、任务调度方法、负载平衡方法、与并行计算流程,利用简单的发送与接收函数来实现正方形处理器网格上的MPI并行程序。-Parallel computing
MPI_Send和MPI_Recv实现
- 利用简单的发送与接收函数来实现正方形处理器网格上的MPI并行程序(Implementation of matrix multiplication with simple transmission and reception)
MPI多机并行程序
- 基于mpich2实现对多个生物样本 使用多机并行处理,此程序为并行数据分发及消息发送与接收(using mpich2 parallel program deal with big data)