Parallel Bitonic Sort on a CPU Cluster

preview_player
Показать описание

Parallel Bitonic Sort on an 8 node CPU cluster using Open MPI and Boost C++. Sorting 16,000,000 numbers in 12.84 seconds
Рекомендации по теме
Комментарии
Автор

@MisterWinger The code can be found here

Cerberus
Автор

unable to compile your sourcecode, please provide the compilation details.

isuckseverytime
Автор

Great job! Is it possible to see the source code? I'm trying to implement it in C but I have serious problems with the comunication time :(

wingrunner_