Location:
Search - sort mpi
Search list
Description: 应用bucket sort 算法并行排列一组随机数据
Platform: |
Size: 1444 |
Author: fireabe |
Hits:
Description: * 算法描述: 分段 -> 段内排序 -> 归约结果。
* 1,根进程读取输入,将元素个数广播给各个进程。
* 2,然后各进程计算段长度和段偏移。
* 3,然后根进程选择第一个段,标记站位符。
* 4,跟进程将剩余元素发送给下一进程,下一进程选择段的同时,根进程排序。
* 5,下一进程继续此过程,直到最后一个进程,所有元素都进行排序。
* 6,进程将排序好的元素,按照段偏移归约给根进程。
* 7,根进程输入结果。
* -* Algorithm description: Sub--> paragraph sort-> reduce the results.* 1, the root process to read input, will be broadcast to all elements of the process.* 2, and then the process of calculating the length and offset paragraph.* 3, and then the root process, select the first paragraph, mark at stations.* 4, with the remaining elements of the process sent to the next process, the process of choosing the next paragraph, the root process of sorting.* 5, the next process to continue this process until the last process, all the elements are sorted.* 6, the process will be good to sort elements, in accordance with the above offset to the root process of reduction.* 7, enter the results of the root process.*
Platform: |
Size: 3072 |
Author: lrl |
Hits:
Description: 快速排序的mpi并行c程序,需要mpich环境-Quick Sort mpi parallel c procedures, the need for MPICH environment
Platform: |
Size: 3072 |
Author: 李志军 |
Hits:
Description: 基于MPI的并行快排和并行枚举排序的实现。属于MPI的入门级程序。-MPI-based parallel quick scheduling and parallel implementation enumeration sort. MPI belong to the entry-level procedures.
Platform: |
Size: 4096 |
Author: 兰韬 |
Hits:
Description: Bubble Sorting using MPI libraries
Platform: |
Size: 1024 |
Author: Chitra |
Hits:
Description: Merge SOrting using MPI libraries
Platform: |
Size: 2048 |
Author: Chitra |
Hits:
Description: 枚举、快速排序和正则采样排序的并行算法,附带说明,无解压密码-Enumeration, fast sorting and regular sampling of parallel sorting algorithms, annotated, non-decompression password
Platform: |
Size: 9216 |
Author: 不死鸟 |
Hits:
Description: 基于MPI的并行快速排序算法,可以通过并行快速排序提高排序速度-MPI-based parallel quick sort algorithm, you can sort through parallel quick sort to improve the speed
Platform: |
Size: 2048 |
Author: chenqing |
Hits:
Description: this the rank sort algorithm for mpi platform-this is the rank sort algorithm for mpi platform
Platform: |
Size: 1024 |
Author: Pavlos Kalogian |
Hits:
Description: 并行程序设计源码(转载)包过 FFT Sort -parallel code including FFT Sort and so on
Platform: |
Size: 838656 |
Author: yueming |
Hits:
Description: Quick sort using MPI
Platform: |
Size: 2048 |
Author: kiran |
Hits:
Description: 用并行mpi进行快速排序 用并行mpi进行快速排序-Using parallel mpi quick sort quick sort using parallel mpi
Platform: |
Size: 2048 |
Author: liuqiang |
Hits:
Description: 用mpi实现的枚举排序,测试请在mpi的并行环境中进行-Enumeration sorting using mpi implementation, testing in the mpi parallel environment for the conduct
Platform: |
Size: 2048 |
Author: liuqiang |
Hits:
Description: 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
Platform: |
Size: 3072 |
Author: Navid Yamini |
Hits:
Description: 一个简单的桶排序 MPI 例子 包括 scatter gather gatherv alltoall alltoallv 的使用 -a bucket sort MPI sample using the gather scatter gatherv alltoall and alltoallv function
Platform: |
Size: 2048 |
Author: zhidong |
Hits:
Description: Odd even sort with mpi
Platform: |
Size: 3072 |
Author: renatope30003 |
Hits:
Description: Regular Sampling Quick Sort (general quicksort)
MPI based. Original Proposed by C.J.Quinn.
Tested and developed by MPI teams in H.U.T (monteCristo)
Platform: |
Size: 5120 |
Author: montecristo |
Hits:
Description: 冒泡算法,在mpi平台下编写,适合初学者学习的。-Bubble Sort algorithm, written in the mpi platform, suitable for beginners to learn.
Platform: |
Size: 1024 |
Author: 马启超 |
Hits:
Description: quick sort in parallel version with MPI
Platform: |
Size: 1024 |
Author: Shahir Salman M |
Hits:
Description: MPI merge sort! enjoy it!
Platform: |
Size: 1024 |
Author: Sarah |
Hits: