搜索资源列表
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.
mergesort
- Merge SOrting using MPI libraries
mpi-merge-final
- MPI merge sort! enjoy it!
merge_using_mpi
- Merge sort algorithm with mpi
mpi_sort
- this is a simple merge sort algorithm by MPI
Guru.tar
- Parallel Merge sort (MPI is used for distrubution)
mpi_guibing
- 用mpi实现的归并排序算法,在ubuntu12.04下调试通过-With the realization of mpi merge sort algorithm
MergeSort
- 并行归并排序算法,基于mpi的并行归并排序算法-A parallel merge sort algorithm
MergeSort
- Merge sort algrorithim implemementation in C#, and making use of mulitiple processors with MPI specification
SplitSort
- Merge sort algrorithim implemementation in C#, and making use of mulitiple processors with MPI specification
mpims
- 使用mpi 并行运算归并排序的c语言程序,mpicc编译,mpi 运行-Mpi parallel computing using merge sort of c language program, mpicc compile, mpi run
ParallelMerge
- parallel merge with MPI
mpi-merge-sort
- This a MPI merge sort source code -This is a MPI merge sort source code
kway
- mpi实现k路并行归并排序 通过k路并行对数据进行并行排序再将排序好的数据进行k路归并- K implementation of MPI parallel merge sort Through the K parallel data parallel sorting and then sort the data to K way merge
merge
- MPI MERGE. Merge sort to test in mpi parallel programming.
MPI_Sort_f
- MPI C++ code for sorting arrays with Merge method
MPI_Sort_t
- MPI C++ code for sorting arrays with merge(Reduce method)