MPI – Parallel Bubble Sort
Programming June 11th, 2007Below I am giving VC++ project file (utilizing MPI) of a parallelized bubble sort algorithm, you may find it useful, there are message passings between master and slave tasks, also there are some functions like merge, bubblesort and swap.
Some other posts that you may like :
Watch it iPhone - Here comes GPhone!So what's special with LHC ' Large Hadron Collider '
Lenovo 3000 V200 Has Now Santa Rosa
Hardware Firewall On a USB Key
Google Making More Applications For the iPhone
BigVarsity
Online Money Making Resources
Threading in C#
What is .NET Framework 3.0 ?
AES Implementation (Visual C# .NET)
June 12th, 2007 at 2:14 am
Parallel quick sort is easier to do.
June 12th, 2007 at 2:44 am
Because quick sort tends to be parallel by its nature, bubble sort is a sequential sort…
December 24th, 2008 at 4:15 pm
bence sorting paralel olmamıs. tüm threadler sort function a gidiyo ama sort function içinde herhangi bir indexleme yapılmamıs. yine de teşekkürler