Description: 基于cannon算法的MPI环境的并行程序原代码 能够计算超大型矩阵相乘,本人的毕业设计 绝对经典-cannon algorithm based on the environment of MPI parallel programming code to calculate the original super matrix multiplication. I graduated from the absolute classic design Platform: |
Size: 283648 |
Author:jiafanbing |
Hits:
Description: 矩阵相乘并行算法实现,C语言开发,用mpi编程完成-Parallel matrix multiplication algorithm, C language development, with the completion of mpi programming Platform: |
Size: 1024 |
Author:kmart |
Hits:
Description: 本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法-This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm Platform: |
Size: 101376 |
Author:李若愚 |
Hits:
Description: cannon 并行程序
Matrix multiplication with the Cannon Algorithm:
The matrices A and B are stored in files. The file names have to be specified as parameter. The root
process reads the matrices and distributes the respective values to all processes, so that processor i, j
has the values ai,j and bi,j.-Matrix multiplication with the Cannon Algorithm:
The Cannon Algorithm for matrix multiplication was presented in the course “Parallel and Distributed
Algorithms “by Dr. Klauck.
Short description:
The matrices A and B are stored in files. The file names have to be specified as parameter. The root
process reads the matrices and distributes the respective values to all processes, so that processor i, j
has the values ai,j and bi,j. Matrix C = A · B should be calculated as follows:
1. step: Shift values so that processor i, j has values ai,(i+j)mod
√
p and b(i+j)mod
√
p,j.
2. step: ci,j = ai,j · bi,j
3. step: Shift values of matrix A left (i → i − 1) and values of matrix B up (j → j − 1). Platform: |
Size: 2048 |
Author:刘铭 |
Hits:
Description: 主要还是让A(i,j) B(i,j)进行移动A(i,i+j),B(i+j,j),然后进能直接相乘。具体的内容可以看并行算法导论,-Matrix multiplication with the Cannon Algorithm:
The Cannon Algorithm for matrix multiplication was presented in the course “Parallel and Distributed
Algorithms “by Dr. Klauck.
Short description:
The matrices A and B are stored in files. The file names have to be specified as parameter. The root
process reads the matrices and distributes the respective values to all processes, so that processor i, j
has the values ai,j and bi,j. Platform: |
Size: 2048 |
Author:刘铭 |
Hits:
Description: cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation Platform: |
Size: 1024 |
Author:周济 |
Hits:
Description: 该程序是基于cannon算法实现的矩阵相乘运算,运行平台VS2005,需要设置环境变量。-The program is based on the cannon algorithm matrix multiplication operation, operation platform, VS2005, need to set environment variables. Platform: |
Size: 1024 |
Author:魏亭 |
Hits:
Description: 基于MPI得并行矩阵乘法 Cannon算法实现 该程序基于 Boost 和 MPI 实现了Cannon 算法实现对矩阵得并行求积。
-MPI-based parallel matrix multiplication may Cannon algorithm implementation of the program and the MPI-based Boost algorithm achieved Cannon was parallel to the matrix of quadrature. Platform: |
Size: 1980416 |
Author:李劲松 |
Hits:
Description: 并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking Platform: |
Size: 4096 |
Author:chenkai |
Hits: