CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matrix multiplication mpi

搜索资源列表

  1. MPI_IO.基于mpi-2 规范的并行i/o方法

    0下载:
  2. 基于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
  3. 所属分类:Windows编程

    • 发布日期:2017-03-21
    • 文件大小:116555
    • 提供者:澄海
  1. cannon

    1下载:
  2. 并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4512
    • 提供者:chenkai
  1. vector_metrix_multiplication(MPI)

    2下载:
  2. 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1589
    • 提供者:sangecoa
  1. mpi_matrixMultiplication

    0下载:
  2. 一个简单的MPI矩阵相乘代码,由一个MASTER node分配第一个矩阵的各行到运算节点,然后收集结果-A simple MPI matrix multiplication program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:2320
    • 提供者:eric yang
  1. Matrixmultiplication

    0下载:
  2. 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:3554
    • 提供者:Jurihui
  1. juzhenchengfa

    0下载:
  2. 该程序为在一个并行计算矩阵乘法的程序,需要在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
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:147817
    • 提供者:稀有品种
  1. cannon1

    0下载:
  2. cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1023
    • 提供者:周济
  1. mpi_matmult

    0下载:
  2. MPI matrix multiplication with two versions (one is broad cast method and another one is systolic method)
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:3161
    • 提供者:mghs
  1. parallel_matrix_multiply_demo

    0下载:
  2. 基于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
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1980202
    • 提供者:李劲松
  1. matrix

    0下载:
  2. matrix multiplication using mpi
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:626
    • 提供者:karim
  1. Desktop

    0下载:
  2. MPI program to compute Matrix and Vector Multiplication using block checkerboard partitioning
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:2461
    • 提供者:Hamid
  1. Cannon

    0下载:
  2. 实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:1260
    • 提供者:李光瑞
  1. MatMul2D1

    0下载:
  2. this a matrix multiplication program using MPI and c-this is a matrix multiplication program using MPI and c++
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:337699
    • 提供者:mohammad
  1. Matrix-multiplication

    0下载:
  2. 基于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.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1821
    • 提供者:Aleny
  1. Matrix-multiplication-using-MPI

    1下载:
  2. 基于C语言的,在大型并行机上使用MPI实现矩阵乘法-Matrix multiplication using MPI implementations
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1222
    • 提供者:苗高洁
  1. Matrix

    0下载:
  2. matrix multiplication in mpi
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:616
    • 提供者:notorious
  1. matrix-multiplication

    0下载:
  2. 集群中,在mpi环境下采用c++语言编写的程序,解决了矩阵乘法-the application of clusters solving matrix multiplication inmpi,using C++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:824826
    • 提供者:xiaohan
  1. matrix-multiplication

    0下载:
  2. c++编写的矩阵乘法的主从进程,用mpi实现-c++ prepared from the master matrix multiplication process, achieved with mpi
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:2439
    • 提供者:lucy
  1. matrix-multiplication

    0下载:
  2. An introductory example on how to use MPI, the problem solved is a naive parallel matrix multiplication.
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:4521
    • 提供者:testerx86
  1. cuda+mpi

    2下载:
  2. 并行计算中矩阵相乘的mpi和cuda两种方法,已完成检验,有结果输出(In parallel computing, two methods of matrix multiplication, MPI and CUDA, have been tested and output with results)
  3. 所属分类:并行计算

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:张艾可
« 12 3 4 »
搜珍网 www.dssz.com