搜索资源列表
matmult
- 并行矩阵乘法。用于mpi和openMP混合并行求解矩阵乘法问题。适用于分布共享存储cluster环境。无解压密码。-parallel matrix multiplication. OpenMP for mixed MPI and parallel matrix multiplication to solve the problem. Distribution applicable to the shared storage cluster environment. Without extract
mpiaaaa
- 一个MPI的小程序,实现2个大矩阵相乘的秉性算法。用C写的,已调试通过。-a small procedures, two matrix multiplication, the algorithm propensity. C write, debug through.
mm_mpi_time1.f90
- fortran 用MPI并行的实现矩阵相乘-fortran MPI parallel with the realization of matrix multiplication
mm_mpi_2.f90
- 用MPI在fortran下 三维矩阵相乘的并行实现-with MPI in fortran three-dimensional matrix multiplication, the parallel implementation
mpichbingxingdiama0711
- 基于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
5
- MPI implementation for Matrix Multiplication using Ford Method
ParallelPAlgorithms
- 使用mpi实现了cannon矩阵并行算法!带有详细的注释!非常详细可直接运行和测试。-Mpi implemented using the parallel algorithm for matrix cannon! With detailed notes! Very detailed and the test can be run directly.
parallel-matrixvector
- 并行计算之矩阵向量乘的并行实现,附带数据mpi-parallel compute- multy of matrix and vector
lu_mpi
- 矩阵LU分解的C/C++ + MPI实现-Matrix LU decomposition of C/C+++ MPI implementation
qr
- 这是用MPI做的关于矩阵的qr分解的程序,程序中很好的实现了分解过程的并行性-This is done using MPI on the matrix qr decomposition procedures, procedures to achieve a good decomposition process parallelism
ss
- 在fortran编译环境下用mpi实现两个二维矩阵相乘-Fortran compiler in mpi environment with the achievement of the two two-dimensional matrix multiplication
107215827mpisourceprogram
- 该源码使用MPI并行语言实现Cannon数值算法,在Linux下测试实现.需要配置多节点分布环境 -mpi matrix
second
- It transposes the any NxN matrix with 4 processor by mpi.
Matrix_enginValue
- 求矩阵特征值的并行算法,MPI程序,不知道有没有用-Demand matrix eigenvalue of the parallel algorithms, MPI procedure, do not know if there is no use
18-6
- 该代码为矩阵qr分解的并行算法,采用的是MPI编程方法-The code for the matrix qr decomposition parallel algorithms, using the MPI programming
Cannon乘法
- 基于MPI的cannon算法,实现矩阵的相乘(Based on MPI's cannon algorithm, the multiplication of matrix is realized)
Os_project_1
- Mpi code static multiply matrix
MPI_Send和MPI_Recv实现
- 利用简单的发送与接收函数来实现正方形处理器网格上的MPI并行程序(Implementation of matrix multiplication with simple transmission and reception)
Jacobi
- 线性方程组Jacobi迭代的并行计算程序,数据文件是A*x=b,A是4阶方阵的算例。(A*x=b, Jacobi, In Data.txt the Matrix is 4*4)
矩阵向量
- 带状划分的矩阵向量乘法。数据文件是40*40的算例。(The file is prepared for solving A*b, in the Date there is an example for A which is a 40*40 matrix)