搜索资源列表
Yamini.Navid.BucketSort
- This Bucket sort,both sequential and parallel code, using C++ and MPI -This is Bucket sort,both sequential and parallel code, using C++ and MPI
saturdaynight
- 一个简单的桶排序 MPI 例子 包括 scatter gather gatherv alltoall alltoallv 的使用 -a bucket sort MPI sample using the gather scatter gatherv alltoall and alltoallv function
14parallel_bucket_sort
- Parallel Bucket Sort with MPI
bucket
- bucket sort example that works in parallel that works on windows system with open mpi. Input is hard coded, no real interface for input, you will need to extend the program.
bucket1
- a version of the bucket sort for mpi c-a version of the bucket sort for mpi c++
bucket_sort
- implementation bucket sort in MPI
Bucketsort
- 平行排序算法中基于C++和MPI的桶排序算法的实现-Parallel sorting algorithm and MPI-based C++ the bucket sort algorithm