ABOUT US

RESEARCH

RESEARCHERS

REPORTS

SOFTWARE

FACILITIES

EMAIL SERVICES

WIKIS

AuthorH.L. de Cougny and M.S. Shephard
TitleParallel Repartitioning based on Recursive Inertial Bisection
Year1998
JournalJournal of Parallel and Distributed Computing
Volume- -
Pages- -
AbstractThis paper presents a parallel dynamic version of the Recursive Inertial Bisection partitioner. It is driven by the Divide and Conquer paradigm, which is well suited for recursion-type algorithms. The sorting algorithm, the dominant step in the procedure, is based upon a parallel sample sort procedure. The presented partitioner is scalable with a time complexity of O((n/np)log(n/np)log(np)), where n is the number of entities to partition and np is the number of processors.