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

搜索资源列表

  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. Lab06

    0下载:
  2. program that reads an integer value from the terminal and distributes the value to all of the MPI processes. Each process should print out its rank and the value it received. Values should be read until a negative integer is given as input. You may
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:31.61kb
    • 提供者:eeynaz
  1. serial.c.tar

    0下载:
  2. Serial program before using MPI
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:1014byte
    • 提供者:luckystar88
  1. jacobi.f

    2下载:
  2. Jacobi的fortran程序 包括openmp以及MPI以及openmp与mpi的联合算法-a Jacobi program writen in fortran program to solve a finite difference discretization of Helmholtz equation
  3. 所属分类:Windows Develop

    • 发布日期:2016-09-22
    • 文件大小:7.8kb
    • 提供者:an
  1. mpi_matrixMultiplication

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

    • 发布日期:2017-03-27
    • 文件大小:2.27kb
    • 提供者:eric yang
  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
    • 文件大小:1.89mb
    • 提供者:李劲松
  1. pdks

    3下载:
  2. LBM可压缩流模拟程序。基本特点为: 1 支持二维单块贴体网格plot3d格式 2 支持多个可压缩LBM模型 3 支持I方向网格分块MPI并行 4 支持http://www.math.tu-cottbus.de/~berti/gral中的control-device -LBM compressible flow simulation program. Basic features: 1 support two-dimensional single-block body-fit
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:249.17kb
    • 提供者:VincentZhou
  1. MPI_sample

    1下载:
  2. MPI例子程序,带有13个MPI并行程序,对学习MPI并行编程大有裨益-MPI example program, with 13 MPI parallel program to the study of great benefit to MPI parallel programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:25.29kb
    • 提供者:张李群
  1. sorting

    0下载:
  2. Assumptions  There are p processors sorting n numbers.  Each processor begins with n=p numbers stored in the array x  All numbers are in the range 0 : : : M 􀀀 1  When the sorting algorithm ends, each processors has a sorted list o
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:61.96kb
    • 提供者:ghn
  1. kursak

    0下载:
  2. MPI program to illustrate paralel computation of two matrix multiplying on ikosaedr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:827.7kb
    • 提供者:Vanya
  1. mpi

    0下载:
  2. 基于MPI多线程的矩阵高斯消去算法,是一种并行程序设计思想!-Matrix Gaussian elimination algorithm based on MPI multi-threaded, a parallel program design ideas!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:2.02kb
    • 提供者:罗华荣
  1. mpi-pi

    0下载:
  2. 是在linux系统下用c+mpi并行计算pi的程序。-Linux system c+mpi parallel computing pi program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1kb
    • 提供者:李海波
  1. kursak

    0下载:
  2. MPI program to illustrate paralel computation of two matrix multiplying on ikosaedr
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:827.82kb
    • 提供者:tarysou
  1. MPI-with-Fortran

    0下载:
  2. MPI与Fortran的并行程序实例,SU最新源码,实用 -MPI parallel program with Fortran instance, SU the latest source code, and practical
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-14
    • 文件大小:19.56mb
    • 提供者:华仔
  1. mpi-pi

    0下载:
  2. 是在linux系统下用c+mpi并行计算pi的程序。-Linux system c+mpi parallel computing pi program.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1.45kb
    • 提供者:onrkdonn
  1. mpi-pi

    0下载:
  2. 是在linux系统下用c+mpi并行计算pi的程序。-Linux system c+mpi parallel computing pi program.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:m61992879chuid
  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
    • 文件大小:1.13mb
    • 提供者:shen
  1. the

    0下载:
  2. Game Of Life 的并行程序 在MPI的下设计的C语言程序-Game Of Life under the MPI parallel program design Of C language program
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:2kb
    • 提供者:qncooe
  1. CTA_MPI

    1下载:
  2. 用于对ECT或者PET图像心肌层提取并与整体心脏融合(The program can be used to extract LV wall from MPI images and fuse the LV wall with whole heart label)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:69kb
    • 提供者:Forever18
  1. Mpi Send.tar

    0下载:
  2. This is a program that show how to use send receive scatter gather
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1kb
    • 提供者:hagh
« 12 »
搜珍网 www.dssz.com