搜索资源列表
02mpi-mandel
- 用vc实现一个画出曼德勃罗特集的mpi并行程序。请先装mpi。-using vc to implement a mpi program which draw out the mandel set. Please install mpi first.
Quick.c
- Quick Sorting using MPI libraries
image
- 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
trapezoidal
- 并行计算trapezoidal rule Write an MPI program for numerical integration based on the trapezoidal rule. For communication, use the functions MPI_Send() and MPI_Recv() that were described in the lecture. The number of intervals and the integration
jacobi
- Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p
Q2
- parallel array search MPI program that searches for an element in an integer array of N elements.
Q3
- parallel MPI program that finds the maximum element in an integer array of N elements
MPI.Heat
- This a parallel program that solve the heat distribution problem in array mode.the 6.11 prorblem of chapter 6 in parallel programing techniques and application using networked workstations and parallel copmuters by barry wilkinson -This is a parallel
MPI
- MPI分布内存并行程序开发,联想内部资料,联想高性能服务器事业部著。-MPI distributed memory parallel program development, internal data Lenovo, Lenovo Group with high-performance server.
Mandelbrot20321811212006
- Mandelbrot MPI program in C
Desktop
- MPI program to compute Matrix and Vector Multiplication using block checkerboard partitioning
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.
MPI-jacobi
- 使用MPI计算Jacobi迭代,文件夹里有两个CPP文件,jacobi_std.cpp是标准的Jacobi程序(串行程序),mpi.cpp是MPI版本-Jacobi iterative calculation using MPI, folders, there are two CPP file, jacobi_std.cpp is the standard Jacobi procedure (serial program), mpi.cpp is the MPI version
Program-With-MPI
- 关于MPI的PPT,里面有两个实例,是完整的代码。-MPI
mpi
- ubuntu环境下实现mpi程序并行的几个例子。里面有对应的串行语言 -ubuntu environment to achieve a parallel mpi program a few examples. There are corresponding serial language
MPI
- This a basic MPI program, the idea it s to show how MPI API work s. Then you could find MPI_IMPROVED where obviously you ll find a program who run quite faster than this one-This is a basic MPI program, the idea it s to show how MPI API work s. Then
MPI-Improved
- This a improved MPI program, the idea it s to show how MPI API work s. you ll find a program who run quite faster than MPI.rar-This is a improved MPI program, the idea it s to show how MPI API work s. you ll find a program who run quite faster than
MPI-program-design
- MPI并行程序设计,介绍了MPI应用程序的编写方法及现状介绍-MPI parallel programming, this paper introduces the MPI application writing method and the present situation is introduced, and so on
MPI-Program
- 使用MPI编程并行计算一个100*100*100的立方体的温度渗透1000次的最大温度差结果-MPI parallel programming is used to calculate a 100* 100* 100 cube temperature penetrating 1000 times the maximum temperature difference of the results
yx
- 简单的mpi程序,提供简单的mpi框架新手说明(Simple MPI program, providing a simple MPI framework, new instructions)
