当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - matrix multiplication mpi
搜索资源列表
-
0下载:
基于mpi-2 规范的并行i/o方法,以并行矩阵乘法问题为例,比较了并行i/o和串
行i/o的性能,给出了并行i/o方法的应用实例。,Mpi-2 norms based on the parallel i/o approach to parallel matrix multiplication as an example, compare the parallel i/o and serial i/o performance, given the parallel i/o methods of
-
-
1下载:
并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking
-
-
2下载:
并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
-
-
0下载:
一个简单的MPI矩阵相乘代码,由一个MASTER node分配第一个矩阵的各行到运算节点,然后收集结果-A simple MPI matrix multiplication program.
-
-
0下载:
矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
-
-
0下载:
该程序为在一个并行计算矩阵乘法的程序,需要在LINUX中安装MPI函数包。大家可以学习一下,感受一下并行计算的原理-The program for the calculation of matrix multiplication in a parallel process, you need to install the MPI function LINUX package. We can learn about and experience the principle of parallel
-
-
0下载:
cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
-
-
0下载:
MPI matrix multiplication
with two versions
(one is broad cast method
and another one is systolic method)
-
-
0下载:
基于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 quadratur
-
-
0下载:
matrix multiplication using mpi
-
-
0下载:
MPI program to compute Matrix and Vector Multiplication using block checkerboard partitioning
-
-
0下载:
实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
-
-
0下载:
this a matrix multiplication program using MPI and c-this is a matrix multiplication program using MPI and c++
-
-
0下载:
基于MPI并行程序的任意矩阵矩阵相乘,其中由主程序负责矩阵的输入输出,在本程序中便于测试默认一个矩阵。-MPI parallel programs based on an arbitrary matrix matrix multiplication, which is responsible for the main input and output matrices, in this process easy to test the default of a matrix.
-
-
1下载:
基于C语言的,在大型并行机上使用MPI实现矩阵乘法-Matrix multiplication using MPI implementations
-
-
0下载:
matrix multiplication in mpi
-
-
0下载:
集群中,在mpi环境下采用c++语言编写的程序,解决了矩阵乘法-the application of clusters solving matrix multiplication inmpi,using C++
-
-
0下载:
c++编写的矩阵乘法的主从进程,用mpi实现-c++ prepared from the master matrix multiplication process, achieved with mpi
-
-
0下载:
An introductory example on how to use MPI, the problem solved is a naive parallel matrix multiplication.
-
-
2下载:
并行计算中矩阵相乘的mpi和cuda两种方法,已完成检验,有结果输出(In parallel computing, two methods of matrix multiplication, MPI and CUDA, have been tested and output with results)
-