CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MPI并行程序实现

搜索资源列表

  1. managerWorker

    0下载:
  2. 简单的并行计算示例,使用MPI实现,在改程序中有一个manager,n个worker,运行后可以使多个worker同时计算
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1336
    • 提供者:裴国东
  1. MyMPI

    0下载:
  2. 并行编程中Monte Carlo方法求π值的程序说明(具体采用MPI+C语言实现)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:239025
    • 提供者:文字
  1. knappara

    0下载:
  2. 本程序实现0-1背包问题的遗传算法的并行计算,mpi+c语言-This procedure achieved 0-1 knapsack problem genetic algorithm parallel computing, mpi+ c language
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:11652
    • 提供者:发奋图强
  1. qr

    1下载:
  2. 这是用MPI做的关于矩阵的qr分解的程序,程序中很好的实现了分解过程的并行性-This is done using MPI on the matrix qr decomposition procedures, procedures to achieve a good decomposition process parallelism
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2089
    • 提供者:印凤行
  1. mpibingxing

    2下载:
  2. 介绍行列划分算法和矩阵相乘并行算法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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:187962
    • 提供者:澄海
  1. cpi

    0下载:
  2. 计算pi值的并行程序,编程语言是c,加入mpi实现并行化-Calculated pi value of parallel programming, programming language is c, achieved by adding parallel mpi
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:847
    • 提供者:程小石
  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. mpi_wave_i

    0下载:
  2. 用MPI实现wave程序并行化,采用非阻塞方式-Wave process with MPI parallel implementation, using non-blocking mode
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2237
    • 提供者:gy
  1. shuguang_parallel_programming

    0下载:
  2. 曙光并行程序设计的ppt 主要是有关mpi的,C或fortran实现,适合初学者-Ppt of parallel programming is mainly about mpi with C or fortran implementation, suitable for beginners
  3. 所属分类:MPI

    • 发布日期:2017-05-08
    • 文件大小:1571747
    • 提供者:bonnie
  1. Mandelbrot

    0下载:
  2. 并行程序设计,使用mpi,实现Mandelbrot的程序,结果输出是每个点的数字-Parallel programming, the use of mpi, Mandelbrot program implementation, the resulting output is the number of each point
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3881
    • 提供者:chenkai
  1. MapReduce-WordCount

    0下载:
  2. 并行计算课程实验,C++实现的基于mapreduce模型的WordCount程序。-Experimental parallel computing course, C++ implementation of the model based on mapreduce WordCount program.
  3. 所属分类:MPI

    • 发布日期:2017-03-23
    • 文件大小:102593
    • 提供者:YUANZX
  1. mpi

    0下载:
  2. ubuntu环境下实现mpi程序并行的几个例子。里面有对应的串行语言 -ubuntu environment to achieve a parallel mpi program a few examples. There are corresponding serial language
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:10708
    • 提供者:王垚
  1. HPC2008R2.SampleCode

    0下载:
  2. Windows HPC MPI编程;程序实现了数据并行,在本地验证有效。-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1903688
    • 提供者:xmzfighting
  1. P-helloworld

    0下载:
  2. 利用MPI实现的并行编程 多个进程同时实现的hello world程序-Hello world program implementation of MPI parallel programming multiple processes at the same time achieve
  3. 所属分类:MPI

    • 发布日期:2017-11-30
    • 文件大小:658066
    • 提供者:王江
  1. Matrix

    1下载:
  2. 用MPI编写的实现并行的矩阵相乘的程序,在VC6.0下通过运行-To achieve a parallel matrix multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:1786
    • 提供者:zengshaofeng
  1. cannon

    0下载:
  2. linux环境下,并行矩阵乘Cannon算法的两种MPI程序实现:采用阻塞操作与采用非阻塞操作!-linux environment, two kinds of MPI programs parallel matrix multiplication Cannon algorithm to achieve: a blocking operation using non-blocking operation!
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:4629
    • 提供者:Bigpig
  1. bingxingjisuan

    0下载:
  2. 基于unix系统下单并行计算实验,主要实现的是mpi的程序,可以参考一下-Under unix-based parallel computing system is a single experiment, the main achievement of the mpi program, you can refer to,,
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:7854
    • 提供者:hehuijuan
  1. MPI-acoustic-wave

    1下载:
  2. 利用MPI消息传递接口实现的声波方程波场模拟,是一个运用了并行算法的程序-MPI acoustic wave simulation
  3. 所属分类:Console

    • 发布日期:2015-05-02
    • 文件大小:2433024
    • 提供者:William
  1. win7MPI

    1下载:
  2. MPI的全称是Message Passing Interface即标准消息传递界面,可以用于并行计算。MPI的具体实现一般采用MPICH。下面介绍如何在Windows 7系统下VC6中搭建MPI环境来编写MPI程序。-The full name of MPI is Message Passing Interface is a standard message passing interface, can be used for parallel computing. The realizatio
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:151552
    • 提供者:廷廷
  1. test-mpi-LU

    0下载:
  2. 用mpi实现的并行LU分解测试程序,win7系统,vs2013平台-Using mpi to achieve the parallel LU decomposition test program, win7 system, vs2013 platform
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-14
    • 文件大小:1184469
    • 提供者:shen
« 1 23 »
搜珍网 www.dssz.com