-
-
MPI_HyperQuicksort.rar
MPI (message passing protocol) based quicksort.
HyperQuicksort version (original proposed by C.J Quinn)
Tested and Developed in H.U.T by MonteCristo
-
MPI_RegularSamplingQuickSort.rar
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)
-
MethodsForParallelSorting.rar
Clearly explainations and analysis of concurrent parallel methods for data sorting (MPI based)
Created by MonteCristo (H.U.T)
-
-
-
-
-
MPI.rar
读取文件,然后根据要求选择进程数,并行运算,最后在得出的各个结果中选出最大值
-
MPI_book.zip
Very good book about MPI/OpenMP and Hight Perfomance Computing (HPC).
-
mult.zip
Perfectly works parallel mult matrix programm on MPI
-