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

搜索资源列表

  1. 02mpi-mandel

    2下载:
  2. 用vc实现一个画出曼德勃罗特集的mpi并行程序。请先装mpi。-using vc to implement a mpi program which draw out the mandel set. Please install mpi first.
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1.3mb
    • 提供者:lau
  1. mpi

    1下载:
  2. 通过实例详细讲解MPI程序设计方法及过程。-Explained in detail by an example MPI program design method and process.
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:204.61kb
    • 提供者:jw
  1. Quick.c

    0下载:
  2. Quick Sorting using MPI libraries
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:2.67kb
    • 提供者:Chitra
  1. image

    0下载:
  2. 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:1.91kb
    • 提供者:刘铭
  1. trapezoidal

    0下载:
  2. 并行计算trapezoidal rule Write an MPI program for numerical integration based on the trapezoidal rule. For communication, use the functions MPI_Send() and MPI_Recv() that were described in the lecture. The number of intervals and the integration
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:1.47kb
    • 提供者:刘铭
  1. jacobi

    0下载:
  2. Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2.04kb
    • 提供者:刘铭
  1. matrix_multiplty_mpi

    2下载:
  2. 并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.61kb
    • 提供者:liubin
  1. mpe-all-1.9.1.tar

    0下载:
  2. 利用图像显示MPI程序的运行性能。 很有用于集群管理者。-MPI program performance viewer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-28
    • 文件大小:11.11mb
    • 提供者:kjh
  1. Q2

    0下载:
  2. parallel array search MPI program that searches for an element in an integer array of N elements.
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:262.04kb
    • 提供者:msh2003
  1. Q3

    0下载:
  2. parallel MPI program that finds the maximum element in an integer array of N elements
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:257.68kb
    • 提供者:msh2003
  1. MPI.Heat

    0下载:
  2. This a parallel program that solve the heat distribution problem in array mode.the 6.11 prorblem of chapter 6 in parallel programing techniques and application using networked workstations and parallel copmuters by barry wilkinson -This is a parallel
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1.31kb
    • 提供者:Navid Yamini
  1. MPI

    1下载:
  2. MPI分布内存并行程序开发,联想内部资料,联想高性能服务器事业部著。-MPI distributed memory parallel program development, internal data Lenovo, Lenovo Group with high-performance server.
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:568.56kb
    • 提供者:张城楠
  1. Mandelbrot20321811212006

    0下载:
  2. Mandelbrot MPI program in C
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:216.86kb
    • 提供者:Yazid Al-Hassan
  1. Desktop

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

    • 发布日期:2017-04-07
    • 文件大小:2.4kb
    • 提供者:Hamid
  1. 01mpi-biggestnumber

    0下载:
  2. 用vc实现一个求数的最大值的mpi并行程序。运行前请安装mpi,否则,会提示缺少类库。-Using vc to implement a mpi program which finds the most biggest number among numbers.Please install mpi, or you ll be reminded of lacking some lib.
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:482.21kb
    • 提供者:lau
  1. MPI-jacobi

    4下载:
  2. 使用MPI计算Jacobi迭代,文件夹里有两个CPP文件,jacobi_std.cpp是标准的Jacobi程序(串行程序),mpi.cpp是MPI版本-Jacobi iterative calculation using MPI, folders, there are two CPP file, jacobi_std.cpp is the standard Jacobi procedure (serial program), mpi.cpp is the MPI version
  3. 所属分类:并行运算

    • 发布日期:2013-11-16
    • 文件大小:123.8kb
    • 提供者:BlueStar
  1. mpi

    0下载:
  2. mpi程序执行时需要将原文件分发到各个结点,在结点ssh通信基础上,这个shell小程序自动将文件分发,并打开mpiboot,执行源mpi程序-mpi program execution when the original document to each node in the node ssh communication, based on the shell applet automatically document and open mpiboot, the implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:554byte
    • 提供者:L
  1. Program-With-MPI

    1下载:
  2. 关于MPI的PPT,里面有两个实例,是完整的代码。-MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:103.29kb
    • 提供者:江雨
  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
    • 文件大小:10.46kb
    • 提供者:王垚
  1. MPI

    0下载:
  2. This a basic MPI program, the idea it s to show how MPI API work s. Then you could find MPI_IMPROVED where obviously you ll find a program who run quite faster than this one-This is a basic MPI program, the idea it s to show how MPI API work s. Then
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:763.44kb
    • 提供者:Rama
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com