搜索资源列表
cannon
- cannon算法,属于并行算法,主要是矩阵的相乘,
mpipar
- 在MPI上实现的矩阵相乘并行计算的源程序。- The matrix realizes which on MPI multiplications the parallel computation source program.
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 de
arraymul
- c++ 并行计算程序 ,关于矩阵相乘,可直接在linux下面计算-c++ parallel computing procedures, on the matrix multiplication can be calculated directly in linux below
18-2
- 矩阵向量乘法并行计算c语言程序,行带状划分。-Matrix vector multiplication parallel computing c language program, the zonal division.
cannon
- 矩阵相乘并行算法实现,C语言开发,用mpi编程完成-Parallel matrix multiplication algorithm, C language development, with the completion of mpi programming
cannon
- cannon算法,属于并行算法,主要是矩阵的相乘,-cannon algorithms are parallel algorithms, primarily matrix multiplication,
Cannon
- 本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法-This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm
omp_matrix_multiply
- C代码。共享式存储多线程并行计算矩阵相乘代码。适合于SMP结构和多核。-C code. Shared memory multi-threaded parallel computing code matrices. Fit in the structure and multi-core SMP.
mpibingxing
- 介绍行列划分算法和矩阵相乘并行算法M P I 程序, 给出基于矩阵相乘并行算法的M P I 实现, 分析和讨 论处理器数目、复杂性、矩阵划分、B 子块传递、死锁避免和矩阵数据的获取等问题.-Introduction into the ranks of the matrix multiplication algorithm and parallel algorithm for MPI procedures, give parallel
matrix_multiplty_mpi
- 并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
vector_matrix_multiplication
- 稀疏矩阵与向量相乘 算法 C语言 并行计算-Sparse matrix and vector multiplication
MPI
- 采用MPI接口函数编写一个计算矩阵向量相乘的并行程序-Using MPI interface functions compute the matrix vector multiplication to write a parallel program
mm
- 多线程实现矩阵并行相乘,在实现方式上采用多线程实现相乘-Implementation of parallel matrix multiplication of multi thread
mpi-matrix_multiple
- c代码,实现矩阵向量相乘的mpi并行计算,适合初学者-c code, matrix-vector multiplication mpi parallel computing for beginners
openmp_mpi_combine
- mpi和openmp混合编程,实现矩阵向量相乘的并行计算,主要是并行开启和终止的示例,适合初学者-mpi and openmp mixed programming, parallel computing matrix-vector multiplication, is an example of a parallel main opening and termination for beginners
mpi_mat_vect_mult
- 通过MPI接口,实现矩阵向量相乘并行化,大大提高计算的速度-Implement Martrix-Vecter multiply parallel
矩阵的并行程序
- 本代码基于vc++实现的矩阵的并行相乘的程序,在串行代码的基础上寻找并行化(This code is based on the parallel multiplication of the matrix based on vc++, and searches for parallelization on the basis of serial code)