Supercomputing Applications
Lab 11 Report Form - Parallel Programming Application 3
Sorting in Parallel: Odd-Even Transposition Sort
Part 1: One number per processor

  1. Your name: __________________________________, Period: _____, Date __________

  2. 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, ...)
    
    
    
    
    
    
    
    
    

  3. Did you determine any arrangements of input values that made your program not work correctly?
    
    
    
    
    
    
  4. Paste in or attach your code.