Location:
Search - mpi program
Search list
Description: MPI program Scatter_Allgather.c
Platform: |
Size: 1024 |
Author: Mary He |
Hits:
Description: 这是一个计算PI的并行MPI程序 该程序已经调试通过了 可以直接计算 欢迎交流工作经验 -This is a calculated PI of parallel MPI program has been debugging the program can be directly calculated through the exchange of experience welcome
Platform: |
Size: 1024 |
Author: 钟殿龙 |
Hits:
Description: 这是一个计算电磁场的并行MPI程序 该程序已经调试通过了 可以直接计算 欢迎交流工作经验 -This is a calculation of electromagnetic fields parallel MPI program has been debugging the program can be directly calculated through the exchange of experience welcome
Platform: |
Size: 2048 |
Author: 钟殿龙 |
Hits:
Description: 这是一个计算PI的并行MPI程序 该程序已经调试通过了 可以直接计算 欢迎交流工作经验 -This is a calculated PI of parallel MPI program has been debugging the program can be directly calculated through the exchange of experience welcome
Platform: |
Size: 2048 |
Author: 钟殿龙 |
Hits:
Description: 这是一个计算PI的并行MPI程序 该程序已经调试通过了 可以直接计算 欢迎交流工作经验 -This is a calculated PI of parallel MPI program has been debugging the program can be directly calculated through the exchange of experience welcome
Platform: |
Size: 7168 |
Author: 钟殿龙 |
Hits:
Description: 计算机集群程序开发 包括环境的安装和程序的编写-Computer clusters, including program development environment and procedures for the preparation of the installation
Platform: |
Size: 573440 |
Author: 饱和 |
Hits:
Description: Quick Sorting using MPI libraries
Platform: |
Size: 3072 |
Author: Chitra |
Hits:
Description: 并行计算程序
Description: 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 data which is received from the root. Then all the processes send their blurred image data to the root and root writes the result in a file-Distributed Image Processing Filter
Write a program that blurs an image file in a parallelized computation. Whenever possible, use collective
operations (MPI_Scatter, MPI_Gather). The root process reads the image file from the NFS
server, distributes the data of the file among all processes, and gathers the results into the output file.
Each processor should receive a part of the image only. The image file is provided as a raw image file.
It can be read using the C function fread() with a single call and written with the single call of the
function fwrite(). The image is given as an array of h rows, a row has 1280 pixels , where each pixel
is one unsigned char grey value. You may assume that h is lower than or equal to 8192.
a) Write an MPI program in which the root process prepairs the data, so that all other processes
get their data by exactly one MPI_Scatter operation.
Platform: |
Size: 2048 |
Author: 刘铭 |
Hits:
Description: 并行计算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 limits can be specified by the user during runtime or as parameter. Run
your program with a different number of intervals.-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 limits can be specified by the user during runtime or as parameter. Run
your program with a different number of intervals.
Platform: |
Size: 1024 |
Author: 刘铭 |
Hits:
Description: 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 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.
Platform: |
Size: 2048 |
Author: 刘铭 |
Hits:
Description: 并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
Platform: |
Size: 2048 |
Author: liubin |
Hits:
Description: 利用图像显示MPI程序的运行性能。
很有用于集群管理者。-MPI program performance viewer
Platform: |
Size: 11644928 |
Author: kjh |
Hits:
Description: parallel array search MPI program that searches for an element in an integer array of N elements.
Platform: |
Size: 268288 |
Author: msh2003 |
Hits:
Description: parallel MPI program that finds the maximum element in an integer array of N elements
Platform: |
Size: 264192 |
Author: msh2003 |
Hits:
Description: 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 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
Platform: |
Size: 1024 |
Author: Navid Yamini |
Hits:
Description: MPI分布内存并行程序开发,联想内部资料,联想高性能服务器事业部著。-MPI distributed memory parallel program development, internal data Lenovo, Lenovo Group with high-performance server.
Platform: |
Size: 582656 |
Author: 张城楠 |
Hits:
Description: Mandelbrot MPI program in C
Platform: |
Size: 222208 |
Author: Yazid Al-Hassan |
Hits:
Description: MPI program to compute Matrix and Vector Multiplication using block checkerboard partitioning
Platform: |
Size: 2048 |
Author: Hamid |
Hits:
Description: 用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.
Platform: |
Size: 493568 |
Author: lau |
Hits:
Description: 通过实例详细讲解MPI程序设计方法及过程。-Explained in detail by an example MPI program design method and process.
Platform: |
Size: 209920 |
Author: jw |
Hits: