搜索资源列表
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
send_col_to_row
- send col to row mpi sample parallel
send_row
- send row sample mpi parallel
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
send
- a simple MPI code for calculate sum of n number
summe
- a simple code in MPI for send and recive test
send-buffered
- MPI programs to be executed on linux.
odd_even_sort
- MPI环境下实现的奇偶排序。仅用到基础的Isend,Irecv,send,recv,Bcast等功能。-Odd-even sort on MPI
mpich-3.0.4.tar
- Send receive MPI. Non blocking methods