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

搜索资源列表

  1. cannon

    0下载:
  2. MPI实现的矩阵分块乘法(cannon算法),供大家学习参考。-MPI implementation of block matrix multiplication (cannon algorithm), for everyone to learn.
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:2831
    • 提供者:jack_f
  1. matrixmult.c

    1下载:
  2. MPI程序,计算矩阵乘矩阵,可以用ijk,ikj,kij三中方式计算,输出时间信息,可用于计算效率和加速。-MPI program, matrix multiply by matrix, it has ijk, ikj, kij methods. Output timing information, can be used to calculate speedup and efficiency
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:2773
    • 提供者:Andee
  1. mpi_mat_vect_mult.c

    0下载:
  2. MPI程序,矩阵乘以向量,自行输入需要计算的矩阵和向量,计算输出结果并输出时间信息,用于对比加速和效率-MPI program, matrix multiply vectors, matrices and vectors need to enter their own calculation, calculate the output and output time information, for comparing the acceleration and efficiency
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3869
    • 提供者:Andee
  1. mpi_mat_vect_time.c

    0下载:
  2. MPI并行程序,矩阵乘以向量,输入自定义向量的纬度,然后自动生成一个随机矩阵和随机向量,计算并输出结果以及时间信息,用于计算加速和效率-MPI parallel program matrix by a vector, the input vector custom latitude and automatically generates a random vector and a random matrix, and outputs the calculation result and the
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:2980
    • 提供者:Andee
  1. j

    0下载:
  2. MPI实现Jacobi矩阵迭代,每迭代5次输出中间结果-MPI implementations Jacobi iteration matrix, each iteration 5 times the output of intermediate results
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1306
    • 提供者:小苹
  1. mpicannon

    0下载:
  2. 矩阵乘的并行计算。使用MPI编写,实现了CANNON算法。-Parallel computing matrix multiplication. Written using MPI to achieve CANNON algorithm.
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1619
    • 提供者:王旭
  1. 22-2

    0下载:
  2. 通过消息传递接口MPI实现多节点多进程并行求解大型矩阵方程。用例比较简单,可自行设置参数进行测试。-MPI message passing interface through multi-process multi-node parallel solving large matrix equation. With a relatively simple example, you can set their own parameters for testing
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1749
    • 提供者:程墨
  1. matrix_multiple

    0下载:
  2. c代码功能:实现较为简单的矩阵乘法的mpi并行实现,适合初学者-c code functions: to achieve a relatively simple matrix multiplication mpi parallel implementation, suitable for beginners
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:1240
    • 提供者:王耀侦
  1. openmp_mpi_combine

    2下载:
  2. mpi和openmp混合编程,实现矩阵向量相乘的并行计算,主要是并行开启和终止的示例,适合初学者-mpi and openmp mixed programming, parallel computing matrix-vector multiplication, is an example of a parallel main opening and termination for beginners
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:4096
    • 提供者:王耀侦
  1. New-folder

    0下载:
  2. Matrix multiple is MPI code In Cisual C++ and tested
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1632
    • 提供者:ArashAmin
  1. tezhengzhi_MPI

    0下载:
  2. 求取矩阵的全部特征值,基于vc的MPI并行程序-All eigenvalues ​ ​ of the matrix strike, the MPI-based parallel program vc
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3067
    • 提供者:john
  1. transposed.c

    0下载:
  2. 计算矩阵A的转置的并行C语言程序,使用MPI编译.输入矩阵A,计算它的转置.-MPI parallel matrix transpose algorithm, the input matrix A, A transpose computing, multi-process while achieving
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:537
    • 提供者:wangxiaobu
  1. 3D_Matrix

    0下载:
  2. 简单3维矩阵相乘的cuda+MPI异构混合实现-Simple cuda+MPI heterogeneous mix to achieve a three-dimensional matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-05-03
    • 文件大小:650979
    • 提供者:陈子良
  1. smatrix

    0下载:
  2. 并行计算中用MPI实现矩阵的转置,MPI实现的源代码-Parallel Computing with MPI implementation matrix transpose, MPI implementation source code
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1535
    • 提供者:西西
  1. bingxing

    3下载:
  2. openMP与MPI混合编程,实现矩阵与矩阵相乘。 并且矩阵阶数可调整,进程数与线程数可调整。-OpenMP and MPI mixed programming, matrix and matrix multiplication. And the matrix order can be adjusted, the number of processes and threads can be adjusted.
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:1024
    • 提供者:金英
  1. cannon1

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

    • 发布日期:2017-04-12
    • 文件大小:1064
    • 提供者:weng10391
  1. Proyecto-Comp-Paralela

    0下载:
  2. Matrix Operations with OpenCL and MPI versions-Matrix Matrix Operations with OpenCL and MPI versions
  3. 所属分类:MPI

    • 发布日期:2017-05-01
    • 文件大小:81216
    • 提供者:Gmena
  1. MPI_OpenMP_code

    0下载:
  2. 压缩包里包含几个用C编写的并行代码,运行无误。其中包括,电路满足性的MP程序,floyd算法MPI代码,Sieve_Eratoshenes筛法MPI代码,矩阵相乘的MPI代码以及计算PI值的OpenMP代码。-Which contains several parallel programs written in C to run correctly. Among them, including Floyd algorithm procedures, matrix multiplication M
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:20389
    • 提供者:刘建凯
  1. MatrixFox3

    0下载:
  2. 并行计算中典型的FOX算法,是矩阵分块并行计算的很好例程,代码做了简单修改,在Linux平台上使用MPI实现。-Parallel Computing typical FOX algorithm is a matrix block parallel computing routines well, made a simple change of code using MPI implementation on Linux platform.
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1746
    • 提供者:mmm
  1. zhuanzhi

    2下载:
  2. 矩阵转置的并行化实现,用的的是c语言,mpi实现的,可以参考下-Matrix transpose of the parallel implementation, using the c language, mpi implementation, you can refer to the next
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:白杨
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com