Supercomputing Applications
Lab 11 Report Form - Parallel Programming Application 3
Sorting in Parallel: Odd-Even Transposition Sort
Part 1: One number per processor
- Your name: __________________________________, Period: _____, Date __________
- Run your program with several sets of values for n = p = 4, n = p = 8, and n = p = 16. Print the results of the arrays before and after being sorted. Try to make some sorts of variations in the original arrays (like already sorted, reverse order, random order, ...)
- Did you determine any arrangements of input values that made your program not work correctly?
- Paste in or attach your code.