搜索资源列表
quicksort
- This code is an MPI version of the sorting algorithm QuickSort in c++. The partitioning step is meda sequantially, but the split and merge steps are made using Send and Recieve methods.
mpi
- send and reseve from master
image
- 并行计算程序 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
hello-mpi[1].c
- explaining mpi send and receiv
Hypercub
- Hypercub is a parallel algorithm that use multiple threads to send a message. It is created using MPI.
send_col_to_row
- send col to row mpi sample parallel
send_row
- send row sample mpi parallel
Bcast
- This program uses MPI to send a char vector from one process to all the others, including itself. It simulates Bcast, but uses Send()
sorting
- 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
Scatter_Reduce_with_Send_Recive
- Scatter And Reduce Implementation in MPI with Send & Recive command
histNew.c
- histogram using send and recv instead of broadcast MPI implementation
pciv
- 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
khademi_p1a
- This is sum array in mpi with send &recv
allgather
- 只使用send和recv来实现imp的数个群集通讯函数,包括allgather,bcast,scatter,gather,alltoa-allgather,bcast,scatter,gather,alltoall mpi implement
mpi_linux
- This code is in linux and mpi is one of linux library ,I wrote it in C++ and this code can sort more than one milion integer inputs and when we want to compile and run this code if we wrote the number cores that there are in our system,this code able
send
- a simple MPI code for calculate sum of n number
mpi
- MPI send information
send-buffered
- MPI programs to be executed on linux.
mpich-3.0.4.tar
- Send receive MPI. Non blocking methods
Mpi Send.tar
- This is a program that show how to use send receive scatter gather