搜索资源列表
myBcast
- A implementation of Broadcast using MPI s functions
broadcast
- this program is example Broadcast with mpi
mylab_mul_send_rcv_nonblocking20101022.c.tar
- MPI source code: all the nodes broadcast a message, the zero nod receives messages. Nonblocking sending.
histNew.c
- histogram using send and recv instead of broadcast MPI implementation
MPI.tar
- MPI并行计算的一些实例,包括向量矩阵计算,广播等并行算法~-MPI parallel computing of some examples, including the vector-matrix calculation, broadcast, parallel algorithm ~
sieve4LB
- Sieve of erathostenes in MPI no broadcast modification.
Bcast
- 利用MPI实现的并行编程 bcast广播通信方式-Parallel programming the bcast broadcast communication using MPI implementation
newsumma
- SUMMA并行矩阵的另一种MPI实现,在广播时以块为单位传输,运行速度明显提高-SUMMA parallel matrix another MPI implementation, the broadcast is transmitted in units of blocks, running speed is significantly improved
bcast
- 设计MPI程序模拟广播(MPI_Bcast)操作:将每个MPI进程按照所在节点名称建立node通信子域分组;再将各个node子通信域的0号进程再次组成一个名为head的通信域;在进行广播时,首先由root进程将消息在head通信子域内广播,然后,再由head子域内各进程在其所在的node子域内进行广播。-MPI program design analog broadcast (MPI_Bcast) Action: Each MPI process to establish a communica
my_mpi_broadcast
- 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().
MPI_broadcast
- 设计MPI程序模拟广播(MPI_Bcast)操作:将每个MPI进程按照所在节点名称建立node通信子域分组;再将各个node子通信域的0号进程再次组成一个名为head的通信域;在进行广播时,首先,由root进程将消息在head通信子域内广播,然后,再由head子域内各进程在其所在的node子域内进行广播。(Design the MPI program MPI_Bcast operation: Each MPI process establishes a node communication su