摘要
给出两种在 SIMD EREW计算模型上的最优并行排序算法 .为了避免存储访问冲突 ,算法采用了基于并行归并的并行排序方法 .对于长度为 n的序列 ,在 nε 个处理单元上 ,算法的排序时间为O( n1-εlb n) ,成本为 O( n lb n) ,已达到了最优 。
Optimal parallel sorting algorithms on SIMDEREW are presented. To avoid memory access conflict, the algorithms are based on a parallel merge algorithm. For a sequence with n elements, the time complexity of the algorithms is O(n 1-ε lb n) if processed on n ε processors. The cost is O(n lb n) which is optimal for sorting and the parallel algorithm is self-adapting.
出处
《扬州大学学报(自然科学版)》
CAS
CSCD
2002年第1期52-57,共6页
Journal of Yangzhou University:Natural Science Edition
基金
国家自然科学基金资助项目 (6 0 0 740 13)
国家高性能计算基金资助项目 (992 10 )
江苏省教育厅自然科学基金资助项目 (99KJB5 2 0 0 0 3)
江苏省"333工程"资助项目 (2 0 0 18)