搜索资源列表

  1. my

    0下载:
  2. 利用MPI_SEND 和mpi_recv来模拟mpi_Bcast和mpi_reduce.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1210
    • 提供者:laote
  1. my

    0下载:
  2. 利用MPI_SEND 和mpi_recv来模拟mpi_Bcast和mpi_reduce.-MPI_SEND and mpi_recv use to simulate mpi_Bcast and mpi_reduce.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:laote
  1. mpi_bcast

    0下载:
  2. mo ta ve MPI, huong dan su dung MPI
  3. 所属分类:并行运算

    • 发布日期:2024-09-20
    • 文件大小:2048
    • 提供者:viet
  1. mpi_Bcast

    0下载:
  2. MPI_Bcast的个人改进,对于节点和广播方式上有少许不同,能在曙光4000A编译运行-The MPI_Bcast of personal improvement, and there is a little different for the node and broadcast, to compile and run in the Dawning 4000A
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:朱闻博
  1. MPI_Bcast

    0下载:
  2. 矩阵相乘的LU算法的MPI并行实现源码,采用连续行划分方法。-MPI parallel implementation of matrix multiplication, LU algorithm source code, a continuous line of division method.
  3. 所属分类:并行运算

    • 发布日期:2024-09-20
    • 文件大小:2048
    • 提供者:NeoLi
  1. MPI_Allgather

    0下载:
  2. 优化的MPI_Bcast实现,节省通信带宽并加快通信速度-Optimized MPI_Bcast save communication bandwidth and speed up communication
  3. 所属分类:并行运算

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:NeoLi
  1. exp2

    0下载:
  2. MPI的6个基本函数实现的MPI_Bcast、MPI_Gather、MPI_Scatter和MPI_Alltoall以及测试程序-The six basic functions MPI implementation MPI_Bcast, MPI_Gather, MPI_Scatter and MPI_Alltoall and testing procedures
  3. 所属分类:并行运算

    • 发布日期:2024-09-20
    • 文件大小:3072
    • 提供者:杨林
  1. Desktop

    0下载:
  2. 使用MPI_Send和MPI_Recv实现MPI_Bcast函数-Use MPI_Send and MPI_Recv achieve MPI_Bcast function
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:阳晓东
  1. Desktop

    0下载:
  2. 采用MPI_Send 和MPI_Recv 编写代码来实现包括MPI_Bcast、MPI_Alltoall、MPI_Gather、MPI_Scatter 等MPI 群集通信函数的功能-mpi calmatr
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:杨佼汪
  1. bcast

    0下载:
  2. 设计MPI程序模拟广播(MPI_Bcast)操作:将每个MPI进程按照所在节点名称建立node通信子域分组;再将各个node子通信域的0号进程再次组成一个名为head的通信域;在进行广播时,首先由root进程将消息在head通信子域内广播,然后,再由head子域内各进程在其所在的node子域内进行广播。-MPI program design analog broadcast (MPI_Bcast) Action: Each MPI pr
  3. 所属分类:并行运算

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:周妍
  1. my_mpi_broadcast

    0下载:
  2. This is a common source of confusion for people new to MPI. You don't use MPI_Recv() to receive data sent by a broadcast; you use MPI_Bcast().
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:700416
    • 提供者:wangjw
  1. mpi_broadcast

    0下载:
  2. 58 down vote favorite 14 I'm trying to broadcast a message from the root node to all other nodes using MPI_Bcast. However, whenever I run this program it always hangs at the beginning
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:701440
    • 提供者:wangjw
  1. MPI_broadcast

    1下载:
  2. 设计MPI程序模拟广播(MPI_Bcast)操作:将每个MPI进程按照所在节点名称建立node通信子域分组;再将各个node子通信域的0号进程再次组成一个名为head的通信域;在进行广播时,首先,由root进程将消息在head通信子域内广播,然后,再由head子域内各进程在其所在的node子域内进行广播。(Design the MPI program MPI_Bcast operation: Each MPI process estab
  3. 所属分类:并行运算

源码中国 www.ymcn.org