-
-
-
-
quicksort.zip
This code is an MPI version of the sorting algorithm QuickSort in c++. The partitioning step is meda sequantially, but the split and merge steps are made using Send and Recieve methods.
-
-
-
-
proj1.rar
example MPI. This is only a test so that you can understand better the MPI idea/
-
-
-
-