搜索资源列表
mpipar.rar
- 在MPI上实现的矩阵相乘并行计算的源程序。
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
cannon
- cannon算法,属于并行算法,主要是矩阵的相乘,
Cannon.rar
- 本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法,This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm
mpipar
- 在MPI上实现的矩阵相乘并行计算的源程序。- The matrix realizes which on MPI multiplications the parallel computation source program.
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 algorithm based on matrix mul
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
omp_mat_vect
- 利用OpenMP来实现矩阵向量相乘的并行化,大大提高速度-OpenMP is used to realize the parallelization of matrix-vector multiplication, greatly improve the speed
pth_mat_vect
- 利用Pthreads来实现矩阵向量相乘的并行化,大大提高速度-Using Pthreads to realize parallelization of matrix-vector multiplication, greatly improve the speed
cuda+mpi
- 并行计算中矩阵相乘的mpi和cuda两种方法,已完成检验,有结果输出(In parallel computing, two methods of matrix multiplication, MPI and CUDA, have been tested and output with results)
Complex_matrix_row_col
- 通过并行实现,提高复矩阵与复矩阵相乘运算速度(Increasing the speed of multiplication of complex matrices and complex matrices)
矩阵的并行程序
- 本代码基于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)