搜索资源列表

  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-06-10
    • 文件大小:1024
    • 提供者:laote
  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
  3. 所属分类:并行运算

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:刘铭
  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
  3. 所属分类:并行运算

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:刘铭
  1. Allgather

    0下载:
  2. 用PI_Send,MPI_Recv实现 MPI_Allgather-With PI_Send, MPI_Recv realize MPI_Allgather
  3. 所属分类:并行运算

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:liuqiang
  1. collective

    0下载:
  2. 用MPI_send和MPI_recv编写的MPI集群通信-Written with MPI_send and MPI_recv MPI cluster communication
  3. 所属分类:并行运算

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:lixianming
  1. mpi_gather

    0下载:
  2. 自己编写的可利用MPI_Send和MPI_Recv来实现allgather功能,,效果和系统自带的MPI_gather比较相当,可在曙光4000A编译运行-Effect and the system comes with MPI_gather quite available MPI_Send and MPI_Recv to achieve allgather functions, write your own, you can comp
  3. 所属分类:并行运算

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:朱闻博
  1. myAllgather

    0下载:
  2. 采用MPI_send和MPI_Recv实现MPI_Allgather的功能,并测试对比你的实 现和MPI原有实现的性能-To adopt MPI_send and MPI_Recv the functionality of MPI_Allgather and to test the contrast you achieve and original MPI to achieve performance
  3. 所属分类:进程与线程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:vivian
  1. new--1

    0下载:
  2. 使用MPI_Send和MPI_Recv 实现MPI_Allgather, MPI_Alltoall ,MPI_Gather, MPI_Scatter 等群集函数 -Use MPI_Send and MPI_Recv achieve MPI_Allgather, MPI_Alltoall, MPI_Gather, MPI_Scatter and other cluster function
  3. 所属分类:Internet/网络编程

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

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

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

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

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:杨佼汪
  1. MPI_Send和MPI_Recv实现

    0下载:
  2. 利用简单的发送与接收函数来实现正方形处理器网格上的MPI并行程序(Implementation of matrix multiplication with simple transmission and reception)
  3. 所属分类:并行运算

    • 发布日期:2024-06-10
    • 文件大小: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-06-10
    • 文件大小:700416
    • 提供者:wangjw

源码中国 www.ymcn.org