Parallel Computation Laboratory |
Use the parallelization features of
that sorts a in place in the index range [from, to[ as follows:qsort(a, from, to)
~k313270
(include
, lib
) as well as an example program
(src
) handed out in class.
times()
, see the man pages). The timings must only include the
actual sorting times (without initialization and correctness check).