所属分类:
并行计算
开发工具:C++
文件大小:2KB
下载次数:16
上传日期:2011-06-01 17:21:38
说明: 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.
文件列表:
quicksort_par.c,4644,2010-11-01