搜索资源列表
02mpi-mandel
- 用vc实现一个画出曼德勃罗特集的mpi并行程序。请先装mpi。-using vc to implement a mpi program which draw out the mandel set. Please install mpi first.
mpi
- 通过实例详细讲解MPI程序设计方法及过程。-Explained in detail by an example MPI program design method and process.
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
matrix_multiplty_mpi
- 并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
mpe-all-1.9.1.tar
- 利用图像显示MPI程序的运行性能。 很有用于集群管理者。-MPI program performance viewer
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
mpi
- mpi程序执行时需要将原文件分发到各个结点,在结点ssh通信基础上,这个shell小程序自动将文件分发,并打开mpiboot,执行源mpi程序-mpi program execution when the original document to each node in the node ssh communication, based on the shell applet automatically document and open mpiboot, the implementation
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