搜索资源列表
-
0下载:
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.
-
-
2下载:
本人写的一个快速排序的程序,同时写出了用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 beg
-
-
0下载:
Merge SOrting using MPI libraries
-
-
0下载:
Quick Sorting using MPI libraries
-