Posts by Marco Antonio • 11 points
1 post
-
1
votes0
answers134
viewsQ: Parallelization of Bubblesort Open-MP C++
I’m trying to paralyze the bubblesort algorithm using Open-MP and C++, and the parallelization strategy is pipe. The following code, to me, makes sense, but it doesn’t work, and only sorts the…