CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - mpi sort
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - mpi sort - List
[
Other resource
]
bucket sort
DL : 0
应用bucket sort 算法并行排列一组随机数据
Date
: 2011-04-27
Size
: 1.41kb
User
:
fireabe
[
MPI
]
rank_sort
DL : 0
并行算法实践,经典排序,查找,二叉树相关算法的并行源代码实现-parallel algorithm practice, the classical sort, search, the binary tree algorithms to achieve parallel source code
Date
: 2025-07-04
Size
: 2kb
User
:
vivid
[
MPI
]
sort-mpi
DL : 0
* 算法描述: 分段 -> 段内排序 -> 归约结果。 * 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.*
Date
: 2025-07-04
Size
: 3kb
User
:
lrl
[
Data structs
]
mergeSort
DL : 0
合并排序算法是用分治策略实现对n个元素进行排序的算法。其基本思想是:将待排序的元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。算法复杂度为:O(nlogn)-Merge sorting algorithm is used to realize sub-rule strategy to sort n elements of the algorithm. The basic idea is: the element will be sorted into roughly the same size of the 2 sub-assembly, respectively, to 2 sub-collection sort sequence will eventually lined the subset required by the merger of scheduling a collection of good order. Algorithm complexity is: O (nlogn)
Date
: 2025-07-04
Size
: 1kb
User
:
忠波
[
MPI
]
quick_sort
DL : 0
快速排序的mpi并行c程序,需要mpich环境-Quick Sort mpi parallel c procedures, the need for MPICH environment
Date
: 2025-07-04
Size
: 3kb
User
:
李志军
[
MPI
]
mpi
DL : 0
基于MPI的并行快排和并行枚举排序的实现。属于MPI的入门级程序。-MPI-based parallel quick scheduling and parallel implementation enumeration sort. MPI belong to the entry-level procedures.
Date
: 2025-07-04
Size
: 4kb
User
:
兰韬
[
MPI
]
quicksort
DL : 0
本人写的一个快速排序的程序,同时写出了用openmp进行的并行计算程序,并且对于串行和并行进行了时间的比较,希望对于初学openmp的同志有所帮助!-I was sort of a fast process, at the same time to write with the openmp parallel computing procedures, and serial and parallel for a comparison of the time, I hope for the beginner gay openmp help!
Date
: 2025-07-04
Size
: 5kb
User
:
郭春付
[
MPI
]
MPI-Sort
DL : 0
枚举、快速排序和正则采样排序的并行算法,附带说明,无解压密码-Enumeration, fast sorting and regular sampling of parallel sorting algorithms, annotated, non-decompression password
Date
: 2025-07-04
Size
: 9kb
User
:
不死鸟
[
MPI
]
mpiquiksort
DL : 0
基于MPI的并行快速排序算法,可以通过并行快速排序提高排序速度-MPI-based parallel quick sort algorithm, you can sort through parallel quick sort to improve the speed
Date
: 2025-07-04
Size
: 2kb
User
:
chenqing
[
MPI
]
Assignment_03_6.3.3.c
DL : 0
this the rank sort algorithm for mpi platform-this is the rank sort algorithm for mpi platform
Date
: 2025-07-04
Size
: 1kb
User
:
Pavlos Kalogian
[
MPI
]
mpi-code
DL : 0
并行程序设计源码(转载)包过 FFT Sort -parallel code including FFT Sort and so on
Date
: 2025-07-04
Size
: 819kb
User
:
yueming
[
Linux-Unix
]
quicksort.cpp
DL : 0
Quick sort using MPI
Date
: 2025-07-04
Size
: 2kb
User
:
kiran
[
Other
]
odd-even-sort.pdf
DL : 0
Odd even sort with mpi
Date
: 2025-07-04
Size
: 3kb
User
:
renatope30003
[
MPI
]
MPI_RegularSamplingQuickSort
DL : 0
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)
Date
: 2025-07-04
Size
: 5kb
User
:
montecristo
[
MPI
]
mpi_quick
DL : 0
快速排序算法,在mpi平台下编写,适合初学者学习使用-Quick sort algorithm, written in the mpi platform, suitable for beginners to learn to use
Date
: 2025-07-04
Size
: 3kb
User
:
马启超
[
MPI
]
mpi-merge-final
DL : 0
MPI merge sort! enjoy it!
Date
: 2025-07-04
Size
: 1kb
User
:
Sarah
[
MPI
]
MPI-parallel-programming
DL : 0
高性能计算并行编程技术 MPI parallel programming-High Performance Computing parallel programming MPI parallel programming
Date
: 2025-07-04
Size
: 836kb
User
:
weidong
[
MPI
]
Insertion-Sort
DL : 0
parallel prog for insertion sort
Date
: 2025-07-04
Size
: 13kb
User
:
rajvb
[
MPI
]
mpi-bitonic-sort-master
DL : 0
Bitonic order implementation code with mpi usage
Date
: 2025-07-04
Size
: 38kb
User
:
pippo90
[
MPI
]
并行程序设计mpi、冒泡、快速
DL : 0
GPU高性能并行程序设计mpi,并行冒泡,快速排序(GPU high performance parallel programming ,bubble sort,quick sort)
Date
: 2025-07-04
Size
: 3kb
User
:
丛迅
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.