Posts Tagged ‘mpi’
18
Jul
0
[C++][MPI] Parallel Quick Sort (multi-procs)
After an OpenMP quick sort implementation, here is the mpi version.
PS : I developed several quick sort (available on this blog), a sequential version, an openmp tasks version, a openmp not inplace version, an mpi version and a Qt concurent version.
